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

https://github.com/hombre2014/orbit

Feedback sharing application, including social networking with following another users. Integrated Gravatar profile and using Active storage for uploads.
https://github.com/hombre2014/orbit

bootstrap5 postgresql ruby ruby-on-rails

Last synced: 3 months ago
JSON representation

Feedback sharing application, including social networking with following another users. Integrated Gravatar profile and using Active storage for uploads.

Awesome Lists containing this project

README

          

# Orbit app

> Ruby on Rails course

## Description

1. The ability to add a new team member:
- first name
- surname
- department
- job role
- team

2. Vies/Show all team members

3. The ability to leave reviews/feedback for a team member

4. View/Show all reviews/feedbacks

5. The ability to add areas of success as defined by client
- area 1: project delivery
- area 2: communications
- area 3: training
- area 4: objectives
- area 5: resourcing

6. View/Show all client areas of success

7. The ability to view performance metrics

## Live demo

[Orbit app](https://yuriy-feedback.herokuapp.com/)

## Deployment

Deployed using [Heroku](https://www.heroku.com/)

## Built With

- Languages: Ruby
- Framework: Ruby on Rails
- Database: PostgreSQL

## Usage

Run the following commands:
`git clone https://github.com/Hombre2014/Orbit.git`
`cd orbit`
`bundle install`
`rails s`
Open a browser and go to: `https://localhost:3000` to view the app.

## Database setup

To start with clean database use:

`cd Orbit`
`rails db:drop db:create db:migrate`

## Testing

`cd orbit`
run `rails test`

## Author

👤 **Yuriy Chamkoriyski**

- GitHub: [@Hombre2014](https://github.com/Hombre2014)
- Twitter: [@Chamkoriyski](https://twitter.com/Chamkoriyski)
- LinkedIn: [axebit](https://linkedin.com/in/axebit)

## Attribution

Special thanks to Skillshare's video course Ruby on Rails A Beginners Guide to Web Development with Rails

## 🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the [issues page](https://github.com/Hombre2014/Orbit/issues).

## Show your support

Give a ⭐️ if you like this project!

## 📝 License

This project is [MIT](./license.md) licensed.