Skip to content

marcrine-geek/BookAppBackend

Repository files navigation

About the Project:

“Book Review" is a book-tracking application built using NodeJS and MongoDB. The app is similar to Goodreads and allows users to keep track of books they have read, are currently reading, and want to read in the future. Users can also rate and review books, create and join book clubs, and discover new books to read through personalized recommendations.

The app utilizes MongoDB as its database management system, allowing high scalability and fast data retrieval. Additionally, NodeJS is used to handling the application's backend services, such as user authentication, book data management, and communication with the Open Library API for search functionality.

Set up

  • npm init
  • npm install
  • npm start || nodemon app
Setup in the .env file
MONGO_URI
JWT_SECRET
JWT_LIFETIME

API endpoints

  • /register
  • /login
  • /read
  • /toread

About

ALX final project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published