Skip to content

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

License

Notifications You must be signed in to change notification settings

edm00se/express-app-fun

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published