#REST API
##To Submit this Assignment
- fork this repository
- write all of your code in a folder containing your name
- push to your repository
- submit a pull request to this repository
- submit a link to your PR in canvas
##Description Create a two rest resource rest API with Express that's backed by Mongo. I'm leaving this pretty open to interpretation. I want you to write this from scratch, don't just copy and paste code from class or previous projects. Also, implement a non CRUD endpoint.
##Rubric Use of Express: 3pts Use of Mongo: 3pts Tests: 2pts Project Organization: 2pts