A budget management web-app
- Docker & Docker compose
- Nginx
- Mongodb
- Nodejs
- Reactjs
- Copy all sample
.envfiles to create corresponding.envfiles in<project-root>/envdirectory - run
docker compose -f docker-compose.dev.yaml buildto build the images - run
docker compose -f docker-compose.dev.yaml upto start the application - visit
http://localhost - use
$APP_USERNAMEand$APP_PASSWORDas you login credentials frombackend.envfile

