Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 27 days 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 (over 4 years ago)
- Default Branch: develop
- Last Pushed: 2023-03-08T19:03:36.000Z (almost 2 years ago)
- Last Synced: 2025-01-06T04:30:50.720Z (about 1 month ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 2.58 MB
- Stars: 4
- Watchers: 2
- 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
![screenshot](app/assets/images/app.png)
## 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: