A Restful CRUD API having name (String), age (Integer), message (String), and createDate (Date) as the model using Node.js, Express and PostgreSQL.
- Install dependencies
npm install
- Run Server
node server.js
You can browse the apis at http://localhost:3000