Skip to content

gocep/nodetest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published