Building for a coding challenge an online store using MERN Stack.
These instructions will cover usage information and for the docker containers.
In order to run these containers you'll need docker installed.
git clone https://github.com/allamasln/tbstore.git
cd tbstore
make build-dev
make run-dev
docker-compose down
MONGO_URI
- database connection (backend)REACT_APP_API_URL
- api url (frontend)
- allamasln/tbs-api - api-server
- allamasln/tbs-client-prod - optimized client for production