This app for users to share their experience with books they read. Users can share books they read or make it private also they can edit their progress and change the status (reading or done). The authenticated users can add comments on the shared books.
- Install Ruby.
- Install Ruby on Rails.
- Install bundle.
- Make sure you inside the folder (terminal).
- Run
bundle install
- Run
yarn
- Run
rails db:create
- Run
rails db:migrate
- Run
rails server
- Go to
http:localhost:3000
The code includes unit testing using RSpec. To start the test run the next line in your terminal:
bundle exec rspec
- Add reply on comments.
👤 Ammar El refay Kandel
- GitHub: ammarkandel
- Twitter: @AmmarQandel
- LinkedIn: LinkedIn
Give a ⭐️ if you like this project!