Skip to content

Example of a Express API hello world. Ready to deploy to heroku

Notifications You must be signed in to change notification settings

barcode-network/express-api-simple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

express-api-simple

Simple setup for a local Node Express API for GET/POST requests. Also includes Procfile for Heroku deployment

Features

Accepts [name] as GET or POST parameters and provides a JSON response of "Welcome back [name]"

Todo

  • Deploy to heroku
  • Fix Get request params
  • Use Boom Error responses
  • Use Joi Data validation
  • Use Helmet to secure HTTP headers
  • Add CORS whitelisting

About

Example of a Express API hello world. Ready to deploy to heroku

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published