Skip to content

didietsuryadi/api-basic

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

REST API

####List of basic routes:

Route HTTP Description
/api/users GET Get all the users
/api/users/:id GET Get a single user
/api/users POST Create a user
/api/users/:id DELETE Get all the users
/api/users/:id PUT Get all the users
/api/users/:id PATCH Get all the users

List of filter routes:

Route HTTP Description
/api/users?name="{name}" GET Get {name} match in users
/api/users?name="{na}" GET Get {na} like in users

Usage

With only npm:

npm install
npm start
npm run dev

####Access the website via http://localhost:3000 or API via http://localhost:3000/api.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%