https://github.com/amiraabouhadid/groupme
A grouping web app that allows users to add courses, groups and courses to groups.
https://github.com/amiraabouhadid/groupme
bootstrap5 css3 postgresql rails ruby
Last synced: 9 months ago
JSON representation
A grouping web app that allows users to add courses, groups and courses to groups.
- Host: GitHub
- URL: https://github.com/amiraabouhadid/groupme
- Owner: amiraabouhadid
- Created: 2021-05-30T17:15:35.000Z (almost 5 years ago)
- Default Branch: development
- Last Pushed: 2022-01-31T11:22:04.000Z (about 4 years ago)
- Last Synced: 2023-03-11T08:35:31.467Z (about 3 years ago)
- Topics: bootstrap5, css3, postgresql, rails, ruby
- Language: Ruby
- Homepage: https://group-courses-me.herokuapp.com/users/sign_in
- Size: 319 KB
- Stars: 6
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# RUBY ON RAILS PROJECT: GROUP ME
A grouping app that allows users to add courses, groups and courses to groups. Users can see a course's name, creation date, credit hours and group icon if the course belongs to a group. The group's name, icon, creation date and number of courses is also displayed. The total number of groups is displayed.



## Live Demo
[Live Demo Link](https://group-courses-me.herokuapp.com/users/sign_in)
## Built With
- Ruby
- Ruby on rails
- HTML5
- SCSS
- Javascript
## Getting Started
To get a local copy up and running follow these simple example steps:
- Clone the repository as indicated by Setup section below
### Prerequisites
- GitHub
- Git
- Ruby 2.7.2
- Ruby on Rails 6.1.3.2
- Rspec-rails
### Setup
Clone repository from github to your local drive by following these steps:
- Open Terminal.
- Change the current working directory to the location you want the cloned directory.
- Enter the following:
```
$ git clone git@github.com:amiraabouhadid/GroupMe.git.
```
- Press Enter to create your local clone.
- Install gems with:
```
$ bundle install
```
- Update ./config/database.yml with your local postgres username and password.
- Setup database with:
```
$ rails db:create
$ rails db:migrate
```
## Testing
> To test all models, write the following in your terminal:
```
$ rspec spec/models
```
## Usage
Start server with:
```
$ rails s
```
In your browser, navigate to:
```
http://localhost:3000/
```
## AUTHORS
**Amira Abouhadid**
- GitHub: [@amiraabouhadid](https://github.com/amiraabouhadid)
- Twitter: [@AbouhadidAmira](https://twitter.com/AbouhadidAmira)
- LinkedIn: [amira-abouhadid](https://www.linkedin.com/in/amira-abouhadid/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/amiraabouhadid/GroupMe/issues).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Hat tip to anyone whose code was used
- Inspiration
- etc
## 📝 License
- This project is [MIT](https://opensource.org/licenses/MIT) licensed.
- This project is [creativecommons](https://creativecommons.org/licenses/by-nc/4.0/) licensed.