https://github.com/simandebvu/private-events
A site similar to a private Eventbrite which allows users to create events and then manage user signups.
https://github.com/simandebvu/private-events
Last synced: 11 months ago
JSON representation
A site similar to a private Eventbrite which allows users to create events and then manage user signups.
- Host: GitHub
- URL: https://github.com/simandebvu/private-events
- Owner: simandebvu
- Created: 2020-07-21T17:29:03.000Z (almost 6 years ago)
- Default Branch: development
- Last Pushed: 2020-07-28T19:32:48.000Z (almost 6 years ago)
- Last Synced: 2025-03-28T22:31:19.984Z (about 1 year ago)
- Language: Ruby
- Size: 550 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Private Events
Private Events
This project consists of building a light weight version of Eventbrite.
Explore the docs ยป
Report Bug
ยท
Request Feature

## Built With
- Ruby On Rails
- VSCode
- Rubocop
- Sticker
- Github Actions
- Postgresql
## Live Demo
[Live Demo Link](https://private-events-zw-usa.herokuapp.com/)
## Usage
To have this app on your pc, you need to:
* have Ruby & Ruby on Rails installed in your computer
* [download](https://github.com/simandebvu/private-events/archive/development.zip) or clone this repo:
- Clone with SSH:
```
git@github.com:simandebvu/private-events.git
```
- Clone with HTTPS
```
https://github.com/simandebvu/private-events.git
```
* and open the terminal inside the repo and run the bundler
- ```$ bundler install --without production```
* then, run rails db:migrate. This creates the database with the corresponding tables, columns and associations
- ```$ rails db:migrate```
* then, run rails s. This will start the server at localhost `http://127.0.0.1:3000/`
- ```$ rails s```
* and finally, you can test it in the console by running
- ```$ rails console --sandbox```
### Automated Test
> There are no Automated Test for this project yet
## Authors
๐ค **Shingirayi Mandebvu**
- Github: [@simandebvu](https://github.com/simandebvu)
- Twitter: [@simandebvu](https://twitter.com/simandebvu)
- Linkedin: [linkedin](https://linkedin.com/in/simandebvu)
๐ค **Ricardo Vera**
- Github: [@ricardo123321](https://github.com/ricardo123321)
- Twitter: [@ricardo123321](https://twitter.com/ricardo123321)
- Linkedin: [linkedin](https://linkedin.com/in/ricardo123321)
## ๐ค Contributing
Contributions, issues and feature requests are welcome!
Feel free to check the [issues page](issues/).
## Show your support
Give a โญ๏ธ if you like this project!
## Acknowledgments
- Microverse
## ๐ License
This project is [MIT](lic.url) licensed.