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.
- Host: GitHub
- URL: https://github.com/hombre2014/orbit
- Owner: Hombre2014
- License: mit
- Created: 2022-11-21T20:25:43.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-03-22T14:10:10.000Z (over 1 year ago)
- Last Synced: 2025-03-22T15:22:48.431Z (over 1 year ago)
- Topics: bootstrap5, postgresql, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 132 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: license.md
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.