This project is for learning MERN stack purpose, it's contains rich JS stack build on multiple services.
Try it live on tracker.boypanjaitan.com
react.js, next.js, redux, tailwindcss, material-ui, ant-design
express.js, mongodb, mongoose
Docker, docker-compose
Make sure you have Docker and docker-compose installed on your machine,
and also make sure your docker-compose
support for v3.8
before building it, make sure you have .env
configured, see .env.example
for information
then run docker-compose up --build
to build
after you finished with your work yuo can turn down all the services using docker-compose down
and next time just use docker-compose up
to re-run all services