https://github.com/mesi21/broadway_app
A broadway.com lookalike. It is an app where users can filter plays by categories, can add, edit, delete reviews for different plays. Built with Ruby, using Rails as a framework.
https://github.com/mesi21/broadway_app
rails ruby
Last synced: about 1 year ago
JSON representation
A broadway.com lookalike. It is an app where users can filter plays by categories, can add, edit, delete reviews for different plays. Built with Ruby, using Rails as a framework.
- Host: GitHub
- URL: https://github.com/mesi21/broadway_app
- Owner: Mesi21
- Created: 2020-05-22T16:34:15.000Z (about 6 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-08T19:03:36.000Z (over 3 years ago)
- Last Synced: 2025-03-26T08:37:14.334Z (about 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 2.58 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 8
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Broadway App
An app where users can add, update, update and destroy plays.
Users can also add, edit and destroy reviews.
Each play can be rated using a star system and each play will also have average rating calculated and shown.
Using the Devise gem, users can sign-up or if they are already signed-up they can sign-in.
For editing or deleting plays and reviews a user must sign-in.
## Screenshot

## Contribution guide
1. Clone the project
```bash
git clone https://github.com/Mesi21/Broadway_app.git
cd Broadway_app
install the gems by running: `$ bundle install`
update the bundle: `$ bundle update`
start the server `$ rails s`
open browser: `localhost:3000`
```
2. Then :heavy_plus_sign: add your contribution
3. And Feel free to make a PR
## Tehnical tools:
- Rails
- Ruby
* System dependencies:
- gems:
- simple_form
- bootstrap-sass
## Contributors
- Emese Molnár [@Mesi21](https://github.com/Mesi21)
## Course Project
- This is a project of a [Udemy](https://www.udemy.com/) course about Ruby on Rails, built based on the explanations of the author of the course.
### If you like this project don't forgot to support it by giving a :star: