This project contains boilerplate and the dependencies to run the Dollarz app
- install docker + docker-compose for your OS (https://docs.docker.com/engine/install/)
- create .env file (like in the .env.example file)
- in the terminal run:
docker-compose up
- to exit - hit ctrl-c in the terminal
To close the program and docker run:
docker-compose down
Backend
- MongoDB server
- FastAPI
Frontend
- Node.js
- Next.js
- tailwindcss
Details:
- all are contained in one container
- Debian 12