https://github.com/gregolive/private-events
A rails app that allows users to join public and private events.
https://github.com/gregolive/private-events
ruby-on-rails
Last synced: 2 months ago
JSON representation
A rails app that allows users to join public and private events.
- Host: GitHub
- URL: https://github.com/gregolive/private-events
- Owner: gregolive
- Created: 2021-11-28T03:26:35.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-02-05T07:44:42.000Z (over 4 years ago)
- Last Synced: 2025-02-05T16:40:35.178Z (over 1 year ago)
- Topics: ruby-on-rails
- Language: Ruby
- Homepage: https://eventive-app.herokuapp.com/
- Size: 339 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Eventive
A Rails app that allows users to create and join private and public events.
## Live demo
Avaliable via [Heroku](https://eventive-app.herokuapp.com/) 👈
## Features
- Styling via Bulma gem
- RESTful design
- CRUD (or partial CRUD) operations for users, events, and signups
- User authentication via Devise gem
- Signed in users can create, edit, and delete their own events, and can join and leave events made by other users
- Events can be set to private to limit new attendees from joining the event
- Past events displayed seperately from upcoming events, while a new event must have its date/time set in the future
## To add
- Upload banner image for event
- Ability to create list of valid users for private events
## Ruby version
2.7.4