https://github.com/robpando/eventbrite_clone
https://github.com/robpando/eventbrite_clone
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/robpando/eventbrite_clone
- Owner: RobPando
- Created: 2016-11-07T13:53:10.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2016-12-23T01:19:42.000Z (over 9 years ago)
- Last Synced: 2025-02-08T08:13:00.444Z (over 1 year ago)
- Language: Ruby
- Size: 117 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Private Event Project
A Web app similar to Eventbrite, where a user can:
* Sign up | sign in
* Create an Event (title, description, location, date)
* User can invite other users to the event
* User can view, edit and delete their created events
* User can see what events he/she got invited to
* User can see who is invited to the events along with all the information
* User can view their upcoming events as well as their past events.
### Dependencies
* Ruby '2.3.1'
* Rails '5.0.0.1'
### Get Started
Install gems
```
$ bundle install
```
Migrate db
```
$ rails db:migrate
```
Run server
```
$ rails s
```
go to `localhost:3000`
### OR
View live [here on Heroku](https://serene-dusk-43888.herokuapp.com)
Project done as part of the course by [The Odin Project](http://www.theodinproject.com)