Skip to content
This repository has been archived by the owner on Dec 15, 2021. It is now read-only.

Latest commit

 

History

History
33 lines (20 loc) · 974 Bytes

README.md

File metadata and controls

33 lines (20 loc) · 974 Bytes

Sample REST CRUD APIs with Node and Express.js

This is a basic implementation of CRUD APIs with Express.js. It can be used as a start to build more complex APIs.

Tutorials

How to run

First time

Clone the repository, go to the repository directory and then run,

$ npm install

Run the project

Run the below command,

$ npm run start

Then open the browser go to http://localhost:8090/api/v1/users/, you should be able to interact with the APIs.