https://github.com/gogvale/top_private-events
https://github.com/gogvale/top_private-events
bootstrap ruby-on-rails theodinproject
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/gogvale/top_private-events
- Owner: gogvale
- License: gpl-3.0
- Created: 2021-10-02T02:26:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-10-05T00:34:43.000Z (over 3 years ago)
- Last Synced: 2025-01-18T15:52:22.446Z (5 months ago)
- Topics: bootstrap, ruby-on-rails, theodinproject
- Language: Ruby
- Homepage: https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-on-rails/lessons/private-events
- Size: 212 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# private-events
[Link to the challenge](https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-on-rails/lessons/private-events)Goal: create an MVP clone of [Eventbrite](http://www.eventbrite.com/) using RoR.
## TODO:
### Modeling:
- [x] Create an Event model with Name, Date and Location
- [x] Create a basic user Model with authentication
- [x] Create Login/Logout/Register/etc.
### Functionality:- [x] Users should be able to create events
- [x] Users should be able to attend events
- [x] Users should only appear once on the attendee list
### Views:- [x] Add bootstrap
- [x] Front page view
- [x] Separate future and previous events
- [ ] Event details
- [x] Sign [up|in|out] views