https://github.com/ampaire/private-events
A site similar to a private Eventbrite which allows users to create events and then manage user signups. Users can create events and send invitations and parties. Events take place at a specific date and at a location. This project is designed to mimic the logic behind [Eventbrite](https://www.https:/www.eventbrite.com/).
https://github.com/ampaire/private-events
Last synced: 2 months ago
JSON representation
A site similar to a private Eventbrite which allows users to create events and then manage user signups. Users can create events and send invitations and parties. Events take place at a specific date and at a location. This project is designed to mimic the logic behind [Eventbrite](https://www.https:/www.eventbrite.com/).
- Host: GitHub
- URL: https://github.com/ampaire/private-events
- Owner: ampaire
- License: mit
- Created: 2020-04-03T22:35:34.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-04T20:57:40.000Z (over 5 years ago)
- Last Synced: 2025-02-07T21:45:21.706Z (4 months ago)
- Size: 104 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Associations With Rails - Eventbrite Clone
A site similar to a private Eventbrite which allows users to create events and then manage user signups. Users can create events and send invitations and parties. Events take place at a specific date and at a location. This project is designed to mimic the logic behind [Eventbrite](https://www.https:/www.eventbrite.com/).
## Technologies
- HTML
- CSS
- SASS
- Ruby
- Ruby on Rails## Usage
> Clone the repository to your local machine
```
$ git clone [email protected]:ampaire/private_events.git
```> cd into the directory
```
$ cd private_events
```> Then install the needed gems (while skipping any gems needed only in production):
```
$ bundle install --without production
```> Next, migrate the database:
```
$ rails db:migrate
```Finally, run the test suite to verify that everything is working correctly:
```
$ rails test
```> If the test suite passes, you'll be ready to run the app in a local server:
```
$ rails server
```[](https://repl.it/github/rOluochKe/test)
## Functionalities
- Create an account
- Login with an email
- Create an events
- Attend other people's events
- People attending your events
- Check your upcoming and past events## Designed and developed by
[Phemia Ampaire](https://github.com/ampaire) &&
[Raymond Oluoch](https://github.com/rOluochKe)## Contributing
1. Fork it (git clone [email protected]:ampaire/private_events/fork)
2. Create your feature branch (git checkout -b feature/[choose-a-name])
3. Commit your changes (git commit -am 'What this commit will fix/add')
4. Push to the branch (git push origin feature/[chosen name])
5. Create a new Pull Request## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE.md) file for details