An open API service indexing awesome lists of open source software.

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

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