#Simple Node API Server
Simple RESTful api that can handle CRUD for cats. Returns JSON data and logs some some stuff. This project is using pre-commit and eslint to make sure I follow some standards.
I have used the following:
- node.js 6.9.1
- express 4.0.0 (Node Framework)
- mongoose 3.6.13 (ORM to connect to MongoDB)
- body-parser 1.0.1 (allows me to pull POST content request)
- eslint 3.10
- pre-commit 1.1.3