Skip to content

lancempoe/NodeApiServer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

A simple RESTful api example built with node.js. It utilizes express, mongoose, eslint, and precomit.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors