amr88nzzal / bearer-auth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bearer-auth

Author: Amr Nzzal

Links and Resources

Setup

  • Clone the repo to your device
  • run npm install to install node modules
  • Run nodemon or npm run dev to see your live server via local host in your browser.

Use

  • You can create a new user by /signup route, then sign into the route with the /signin route.
{ "username": "TEST", "password": "TEST" }

Test

In the command line at the root directory, run npm test to make sure all test are passing as expected. test

UML / WRRC

WRRC

About

License:MIT License


Languages

Language:JavaScript 100.0%