Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 25 days 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 (over 3 years ago)
- Default Branch: development
- Last Pushed: 2021-06-12T20:18:24.000Z (over 3 years ago)
- Last Synced: 2024-10-21T22:58:11.933Z (2 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!
![](https://img.shields.io/badge/Microverse-blueviolet)
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**
![Tanzila's GitHub stats](https://github-readme-stats.vercel.app/api?username=tanzila-abedin&count_private=true&theme=dark&show_icons=true)
- 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!