FIrst thing first you need to have docker and docker-compose and node installed on your machine. If you don't have please go ahead and install them.
This project works with nodejs 16, so please install this version
Ater you installed them all, you are ready to go and run the project.
Run the following commands in order to start the project
- First install all the dependencies
npm run install
- Run the application with the following command
docker-compose up
- Open Postman and import
Food menu.postman_collection.json
file collection into it, you'll find there all the available requests