About

Node API testing examples.

GitHub issues GitHub stars tested with jest

Endpoints

User

  • 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}

Book

  • POST api/v1/book/create
  • GET api/v1/book/{id}
  • PUT api/v1/book/{id}
  • DELETE api/v1/book/{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.