-
Steps
-
- Clone this repository.
-
- Update config/config.json with your database connection details
-
- Build Docker Image.
docker build . -t <username>/pizza-api
-
- Run the Container.
docker run -p 8010:8010 -d <username>/pizza-api
-
- Check the server.
http://127.0.0.1:8010
-
- To Run Mocha Test Cases
npm test
-
- To test the APIs Simply
npm start