Skip to content

Latest commit

 

History

History
99 lines (57 loc) · 1.52 KB

README.md

File metadata and controls

99 lines (57 loc) · 1.52 KB

Capstone project Book stats with Ruby on Rails

Mini rails web application that allows users to keep track of their readings. screenshot screenshot

Video presentation

presentation

Built With

  • Ruby v2.7.2
  • Ruby on Rails v6.1.3

Live Demo

live demo

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

Ruby: 2.6.3

npm: run npm install

yarn

Rails: 6.1.3

Postgres: >=9.5

Setup

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

Usage

Start server with:

    rails server

Open http://localhost:3000/ in your browser.

Run tests

    rspec --format documentation

Deployment

The application is deployed on heroku

Authors

👤 Safa Aballagh

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgments