Skip to content
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.

ericsorenson/demo-server-express-restful-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CircleCI Known Vulnerabilities

demo-server-express-restful-api

This project is a simple demo of a RESTful JSON API written with ECMAScript 6 and Express. It's a continual work in progress.

  1. You'll need a Postgres 9.6 database running, and a DATABASE_URL env variable set with the connection string.

  2. Install dependencies

     yarn install
    
  3. Create the table

     yarn db-init
    
  4. Run the tests

     yarn coverage
    
  5. Start the server

     yarn dev
    

The API will be available at http://localhost:8080

About

Minimal RESTful API Server with ES6 and Express

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published