Skip to content

onildoaguiar/express-user-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

RESTful API for user authentication.

GitHub issues GitHub stars tested with jest

Endpoints

  • POST api/v1/user/signUp
  • POST api/v1/user/signIn
  • GET api/v1/user/{id}
  • PUT api/v1/user/{id}
  • DELETE api/v1/user/{id}

Stack

Dependencies

  • node 8.9.4 (LTS)
  • express
  • mongoose
  • body-parser
  • crypto-js
  • jsonwebtoken
  • express-authorization-bearer

Dev dependencies

  • jest
  • eslint
  • eslint-config-standard
  • nodemon
  • supertest

License

This project is licensed under the MIT License - see the LICENSE.md file for details.

About

RESTful API for user authentication.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published