express-routing-framework

express routing framework

Usage no npm install needed!

<script type="module">
  import expressRoutingFramework from 'https://cdn.skypack.dev/express-routing-framework';
</script>

README

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