A budget management web-app
- Docker & Docker compose
- Nginx
- Mongodb
- Nodejs
- Reactjs
- Copy all sample
.env
files to create corresponding.env
files in<project-root>/env
directory - run
docker compose -f docker-compose.dev.yaml build
to build the images - run
docker compose -f docker-compose.dev.yaml up
to start the application - visit
http://localhost
- use
$APP_USERNAME
and$APP_PASSWORD
as you login credentials frombackend.env
file