Skip to content

emran/node-express-postgres-restful

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-express-postgres-restful

Sample application for a node/express RESTful application backed by postgresql

npm install

You'll want to go into models/index.js and update the PostgreSQL connection details/credentials on line 8 and then change line 16 to be true. Start the server with npm start, then stop the server, and change line 16 back to false. The database will be initialized and any data you create will not be overwritten.

About

Sample RESTful API project using NodeJS, Express, and PostgreSQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%