/hapi-user-api

RESTful API for user authentication

Primary LanguageJavaScriptMIT LicenseMIT

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)
  • yarn
  • hapi 17
  • boom
  • mongoose
  • jsonwebtoken
  • crypto-js
  • dotenv

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.