Personal project to teach myself a little bit of Express and MongoDB by creating a simple REST API to manage individual records.
- A recent version of Node.js, I used v9.11.1
- Access to a MongoDB server that Mongoose can connect to. I used a free one from https://mlab.com/home
{...}
This project is licensed under the MIT License - see the LICENSE.md file for details
Thanks Chris Sevilleja for the very good tutorial that got me started.