1.0.0 • Published 8 years ago

express-routing-framework v1.0.0

Weekly downloads
-
License
ISC
Repository
-
Last release
8 years ago

#Express Routing Framework#

###Summary###

A basic express HTTP routing framework.

###Instructions###

From the root directory run the following command in your terminal:

npm install

To run linter, watcher and start the server type the command:

gulp

Once the server is up and running, use your favorite tool to make requests to the server. Examples below...

POST: http POST localhost:3000/api/directory/ 'id=test'

GET: http localhost:3000/api/directory/test

DELETE: http DELETE localhost:3000/api/directory/test

###Test###

To run all tests type the following command from the root directory:

mocha

Created by: Jeff Gebhardt