Skip to content
This repository has been archived by the owner on Feb 10, 2022. It is now read-only.

imohitarora/node-master-sequelize-postgres

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Features

  • Babel 7
  • Environment Variables
  • Express
  • REST API
  • PostgreSQL

Requirements

GET Routes

Beyond GET Routes

CURL

  • Create a message with:
    • curl -X POST -H "Content-Type:application/json" http://localhost:3000/messages -d '{"text":"Hi again, World"}'
  • Delete a message with:
    • curl -X DELETE -H "Content-Type:application/json" http://localhost:3000/messages/1

Postman

About

node-master-sequelize-postgres

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published