2.0.0 • Published 8 years ago

dcb-simple-node-api v2.0.0

Weekly downloads
4
License
MIT
Repository
github
Last release
8 years ago

dcb-simple-node-api

Simple node api designed to spin up for frontend testing when the backend doesn't have the data/endpoint yet. It allows a front end developer to quickly add an endpoint with mock data so there is minimal transition when a real endpoint is added.

###Installation

  • npm install dcb-simple-node-api
  • cd into installation directory
  • Run npm install
  • Run npm run dev for development environments (runs nodemon)
  • Run npm start for production

Primary server file will be in src/index.js and is written in es6/2015

The default path will be http://localhost:8080/api/

The port can be configured in the .env file

TODO:

  • make this a generator

Licensed under the MIT License

###Contributing

Information about contributing can be found here

2.0.0

8 years ago

1.0.0

9 years ago