Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 332 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 332 Bytes

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