Mini rails web application that allows users to keep track of their readings.
- Ruby v2.7.2
- Ruby on Rails v6.1.3
To get a local copy up and running follow these simple example steps.
Ruby: 2.6.3
npm: run npm install
yarn
Rails: 6.1.3
Postgres: >=9.5
Clone the repository with:
git clone https://github.com/safafa/ror-book-stats.git
Move to the root directory
Instal gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Start server with:
rails server
Open http://localhost:3000/
in your browser.
rspec --format documentation
The application is deployed on heroku
👤 Safa Aballagh
- GitHub: @Safafa
- Twitter: @safa aballagh
- LinkedIn: Aballagh Safa
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!