Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

Awesome Lists containing this project

README

        

Version

# 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: