https://github.com/safafa/ror-book-stats
A rails web application that allows users to keep track of their readings. The app is deployed on Heroku.
https://github.com/safafa/ror-book-stats
css erb heroku html5 postgres ruby ruby-on-rails
Last synced: about 1 year ago
JSON representation
A rails web application that allows users to keep track of their readings. The app is deployed on Heroku.
- Host: GitHub
- URL: https://github.com/safafa/ror-book-stats
- Owner: safafa
- Created: 2021-06-23T10:50:02.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-12T19:29:28.000Z (almost 5 years ago)
- Last Synced: 2025-03-30T02:22:30.745Z (about 1 year ago)
- Topics: css, erb, heroku, html5, postgres, ruby, ruby-on-rails
- Language: Ruby
- Homepage: https://fierce-ocean-28088.herokuapp.com/users/sign_in
- Size: 4.31 MB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capstone project Book stats with Ruby on Rails
> Mini rails web application that allows users to keep track of their readings.


## Video presentation
[presentation](https://www.loom.com/share/99d784e53e4c42e388a0050da96bd31a)
## Built With
- Ruby v2.7.2
- Ruby on Rails v6.1.3
## Live Demo
[live demo](https://fierce-ocean-28088.herokuapp.com/users/sign_in)
## 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**
- GitHub: [@Safafa](https://github.com/safafa)
- Twitter: [@safa aballagh](https://twitter.com/Aballagh_S)
- LinkedIn: [Aballagh Safa](https://www.linkedin.com/in/aballaghsafa/)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](https://github.com/safafa/ror-book-stats/issues/6).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments