/nodetest

Primary LanguageJavaScript

Sample nodejs application

Build a CRUD API for a simple application using Node.js, Express and jsonplaceholder

Steps to Setup

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

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

Sample test - post a GET request in Postman See here

To do

Implement caching of get requests

Documentation