NodeJS (> 10.16.3) MongoDB and Docker (optional)
- Run
git clone https://github.com/DavidIzaac/pizza-management
and go this folder - Run
mv .env.example .env
- Run
npm i
- Run
npm start
You can directly pull the docker image in the public repository: davidavidavid/pizza-management.
To connect the application with mongo container, you can run docker-compose up