https://github.com/aristotelesbr/rating_app
Example Rack app
https://github.com/aristotelesbr/rating_app
rack ruby
Last synced: 10 months ago
JSON representation
Example Rack app
- Host: GitHub
- URL: https://github.com/aristotelesbr/rating_app
- Owner: aristotelesbr
- Created: 2024-01-30T02:15:49.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T14:44:52.000Z (about 2 years ago)
- Last Synced: 2025-01-17T05:28:01.072Z (over 1 year ago)
- Topics: rack, ruby
- Language: Ruby
- Homepage: https://aristotelesbr.github.io/rating_app/
- Size: 2.33 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Rating App
[](https://github.com/aristotelesbr/rating_app/actions/workflows/test.yaml)
## Description
This is a simple rating app that allows users to rate teachers or any thing else.
## Features
### Users can rate teachers

### Users can view the number of ratings of a teacher

## Technologies
- Ruby
- Rack
## How to use
- Clone the repository
```bash
git clone https://github.com/aristotelesbr/rating-app.git
```
- Go to the project directory
```bash
cd rating-app
```
- Install the dependencies
```bash
bundle install
```
- Create the database
```bash
rub db/setup.rb
```
- Run the app
```bash
bundle exec rackup
```
- Open your browser and go to `http://localhost:9292`
## Author
👤 **Aristoteles Coutinho**