“Mon Vieux Grimoire” is a fictional book rating site. In this project I created an API to manage the backend of this site.
This API allows you to create an account, log in, have access to all registered books, a selection of the three highest rated books, the average rating of each book, add, modify and delete books and to note the books.
All data is stored in a MongoDb Atlas database and the connection information for this database is stored in a project .env file for security purposes (the .env file was added to the .gitignore file for so that it is not sent to github in case of push).