Bookstore app made with NodeJs Express and MongoDb (Course project from Zuri Internship)
POST request to /auth/signup to create a new user
POST request to /auth/login to login/authenticate user
POST request to /books to create a new book
GET request to /books to fetch all books
GET request to /books/:id to fetch a single book
PUT request to /books/:id to update a single book
DELETE request to /books/:id to delete a single book
NOTE - Only Admins can create, update and delete books
- Live link - https://zuribookstore.herokuapp.com/