/express-app-fun

A Node + Express app, with a base version and a couple of specific flavors added on, for use with my blog series.

Primary LanguageJavaScriptMIT LicenseMIT

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)