https://github.com/od-c0d3r/private-events
Eventbrite event management system clone using Ruby on Rails.
https://github.com/od-c0d3r/private-events
ruby-on-rails
Last synced: about 2 months ago
JSON representation
Eventbrite event management system clone using Ruby on Rails.
- Host: GitHub
- URL: https://github.com/od-c0d3r/private-events
- Owner: od-c0d3r
- Created: 2021-06-08T12:19:12.000Z (almost 4 years ago)
- Default Branch: development
- Last Pushed: 2021-06-12T20:18:24.000Z (almost 4 years ago)
- Last Synced: 2025-02-04T15:48:12.230Z (4 months ago)
- Topics: ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 221 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: Private Events!

build a site similar to a private Eventbrite which allows users to create events and then manage user signups.
https://www.theodinproject.com/paths/full-stack-ruby-on-rails/courses/ruby-on-rails/lessons/associations
A user can create events. A user can attend many events. An event can be attended by many users.
## Getting started
To get started with the app, first clone the repo and `cd` into the directory:
```
$ git clone https://github.com/od-c0d3r/private-events.git
$ cd private-events
```Then install the needed packages (while skipping any Ruby gems needed only in production):
```
$ bundle install
```Next, migrate the database:
```
$ rails db:migrate
```## Branches
Simply check out the corresponding branch using `git checkout`:
```
$ git checkout
```## Authors
👤 **Tanzila**

- GitHub: [@githubhandle](https://github.com/tanzila-abedin)
- Twitter: [@twitterhandle](https://twitter.com/TanzilaAbedin)
- LinkedIn: [Profile](https://www.linkedin.com/in/tanzila-abedin-331440b2/)👤 **Omar R.**
- GitHub: [@od-c0d3r](https://github.com/od-c0d3r)
- Twitter: [@od-coder](https://twitter.com/od_coder)
- LinkedIn: [Profile](https://linkedin.com/in/omarrashad)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/od-c0d3r/members-only/issues).
## Show your support
Give a ⭐️ if you like this project!