Skip to content

Latest commit

 

History

History
33 lines (19 loc) · 931 Bytes

File metadata and controls

33 lines (19 loc) · 931 Bytes

ExpressAPISample

Personal project to teach myself a little bit of Express and MongoDB by creating a simple REST API to manage individual records.

Getting Started

Prerequisites

  • 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

Installing

{...}

Built With

Authors

JF Robichaud

License

This project is licensed under the MIT License - see the LICENSE.md file for details

Acknowledgments

Thanks Chris Sevilleja for the very good tutorial that got me started.