Skip to content

Latest commit

 

History

History
22 lines (14 loc) · 689 Bytes

ReadMe.md

File metadata and controls

22 lines (14 loc) · 689 Bytes

Express App Fun

This is a project which:

  • establishes a base version of a Node + Express app, which will serve out RESTful API(s) at specified endpoints
  • has branches which are modified to show how to use alternative data sources
  • ability to expose those data sources via RESTful API

Installation and Use

  • git clone https://github.com/edm00se/express-app-fun.git
  • npm install
  • npm start
  • open browser to 127.0.0.1:3333

About

This is a project repository containing a boiler plate Express 4 RESTful API app in the master branch. More branches with specific data source implementations to come soon.

License

The MIT License (MIT)