This is a JSON API built from the ground up using mongoose and express. The breweries JSON API has complete CRUD functionality with RESTful routes.
Below are the directions to utilze the breweries JSON API.
- Run npm db:seed
- Run nodemon server.js in terminal
- Information is now seeded and server is running
- Access root brewery api - http://localhost:3000/
- Returns a list of breweries - http://localhost:3000/breweries
- Return a single brewery - http://localhost:3000/breweries/:id
https://apiproject2-production.up.railway.app/
https://apiproject2-production.up.railway.app/breweries
MongoDB Compass view of Database

- JavaScript
- MongoDB
- Express
- Mongoose
- Node.js
- Chalk
- Morgan
- Node-fetch
- Cors
- MongoDB Compass
- Add HTML/CSS to allow for full CRUD through a browser
- Add authentication using JSON web tokens.
- Add more models to pull more information from the API.



