Skip to content

ridho0/api-auth

 
 

Repository files navigation

api-auth

My Phone Contact App

sebuah aplikasi yg dapat menyimpan nomor contacts

Route http description
/api/signup POST Sign up with new user info
/api/signin POST Sign in while get an access token based on credentials
/api/users GET Get all the users (admin only)
/api/users/:id GET Get a single users (admin and authenticated user)
/api/users POST Create a user (admin only)
/api/users/:id DELETE Delete a user (admin only)
/api/users/:id PUT Update a user with new info (admin and authenticated user)

To Use

npm install
npm start

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 96.6%
  • HTML 2.4%
  • CSS 1.0%