-
Ruby version : '2.5.3'
-
Rails version : '5.2.3'
-
Database : Postgres
App Details :
This app stores Users and the Groups they attend. Users have first names and last names. Groups have a name. Users can attend multiple groups and have roles in each group. The roles are: Organizer, Presenter, Participant.
The app take a CSV file upload in a web UI to create a Group and add User in that.
To run the app on local here are the steps :
- Clone the app.
- Set your database.yml
- Run bundle install.
- rake db:create
- rake db:migrate
- rake db:seed *optional (If you want to create some dummy data.)
- Start rails server (rails s)
Heroku URL : https://peaceful-stream-42157.herokuapp.com/