[Book Review] is a book-tracking application built using Ruby on Rails and PostgreSQL. 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 PostgreSQL as its database management system, allowing high scalability and fast data retrieval. Additionally, Spring Boot 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.
This a Rails Api with endpoints for all the models we use in the Front-end. Each model have validations for data integtity.
Client
Server
Database
Our API have great feautures.
- Login, SignUp, Logout Endopoints
- Current User Endpoint
- JWT Token Authentication
Please Fork or Clone this repo.
To get a local copy up and running, follow these steps.
In order to run this project you need: Ruby.
ruby -v
If you get something like this ruby 3.1.2p20 (2022-04-12 revision 4491bb740a) [x86_64-darwin21]
, you have ruby installed.
Otherwise follow this tutorial to install it.
Ruby On Rails.
rails -v
If you get something like this Rails 7.0.4
, you have rails installed.
Otherwise type:
gem install rails
PostgreSQL.
psql --version
If you get something like this psql (PostgreSQL) 14.6
, you have postgreSQL installed.
Otherwise follow this tutorial to install it.
Clone this repository to your desired folder:
cd my-folder
git https://github.com/jaferIdrees/book_recomendation_app.git
Install this project with:
cd my-project
bundle install
To run the project, execute the following command:
rails server
Your server will run on http://127.0.0.1:4000
To run tests, run the following command:
bin/rails rspec spec
This is the awesome team (4 members) that built this project.
👤 Ja'fer Yousef
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: jaferll
👤 Romita Pawar
- GitHub:
- Twitter:
- LinkedIn: Romita Pawar
👤 Sneha Singh
- GitHub: @githubhandle
- Twitter:
- LinkedIn: Sneha Singh
👤 Olatunde O
- GitHub:
- Twitter:
- LinkedIn: Olatunde O
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...give us a ⭐️.
This project is MIT licensed.