Skip to content

1000pilar/rest-api-auth

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#My App Name demo API with basic REST API

rest-api-auth

List of basic routes:

Route | HTTP | Description

/api/hello?name={name} | GET | print hello, {name} !

Route HTTP Description
api/signup POST Sign Up
api/signin POST Sign In
api/users GET Get all users info
api/users/:id GET Get user info decoded By Admin & User
api/users POST Insert user by admin
api/users/:id DELETE Delete by admin
api/users/:id PUT update By Admin & User

##instalasi tools & database With only npm:

npm install npm start

##Problem Error: listen EADDRINUSE :::3000 ==> Fixing routes change to port 4000

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%