Skip to content

Simple CRUD API created using Node.js, Express and PostgreSQL.

Notifications You must be signed in to change notification settings

jaypee-0/RESTful-CRUD-API

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RESTFUL-CRUD-API

A Restful CRUD API having name (String), age (Integer), message (String), and createDate (Date) as the model using Node.js, Express and PostgreSQL.

Steps to Setup

  1. Install dependencies
npm install
  1. Run Server
node server.js

You can browse the apis at http://localhost:3000

About

Simple CRUD API created using Node.js, Express and PostgreSQL.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published