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

kasramp/sample-rest-with-expressjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Sample rest APIs built with ExpressJS and Node

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published