safafa / ror-book-stats

A rails web application that allows users to keep track of their readings. The app is deployed on Heroku.

Home Page:https://fierce-ocean-28088.herokuapp.com/users/sign_in

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A rails web application that allows users to keep track of their readings. The app is deployed on Heroku.

https://fierce-ocean-28088.herokuapp.com/users/sign_in


Languages

Language:Ruby 70.3%Language:HTML 24.3%Language:JavaScript 3.6%Language:CSS 1.0%Language:SCSS 0.7%