Node API testing examples.
- 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}
- POST
api/v1/book/create
- GET
api/v1/book/{id}
- PUT
api/v1/book/{id}
- DELETE
api/v1/book/{id}
- node 8.9.4 (LTS)
- express
- mongoose
- body-parser
- crypto-js
- jsonwebtoken
- express-authorization-bearer
- jest
- eslint
- eslint-config-standard
- nodemon
- supertest
This project is licensed under the MIT License - see the LICENSE.md file for details.