API for types of burgers and their recipes
Getting Started
First, install all dependencies:
npm install
Then, run the development server:
npm run dev
To run tests:
npm run test
Open http://localhost:3005 with your browser to see the result.
NOTE: You will need to create new .env file with your MongoDB connection string
Notes
Webpage contains:
-
Docs made with swagger.io at root directory
-
API at /api/burgers/
-
For more information about the API, please refer to documentation
-
Deployed with Heroku: Burger-app