Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/elijahscriptdev/private-events
A site similar to a private Eventbrite
https://github.com/elijahscriptdev/private-events
Last synced: 7 days ago
JSON representation
A site similar to a private Eventbrite
- Host: GitHub
- URL: https://github.com/elijahscriptdev/private-events
- Owner: Elijahscriptdev
- Created: 2020-02-05T09:32:03.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-19T20:21:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T07:50:06.255Z (almost 2 years ago)
- Language: Ruby
- Size: 1.15 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 33
-
Metadata Files:
- Readme: README.md
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 signup to attend an event created by another user. Events take place at a specific date and location. This project is designed to mimic the logic behind [Eventbrite](https://www.https:/www.eventbrite.com/).
## Technologies
- HTML
- Bootstrap
- CSS
- SASS
- Ruby
- Ruby on Rails## Usage
> Clone the repository to your local machine
```
$ git clone https://github.com/Elijahscriptdev/private-events.git
```> cd into the directory
```
$ cd private-events
```> Then install the needed gems:
```
$ bundle install
```> Next, migrate the database:
```
$ rails db:migrate
```> To test tun:
```
$ bundle exec rspec
```> When done with the above steps, you'll be ready to run the app in a local server:
```
$ rails server
```
## This app was created by:
[Elijah Obominuru](https://github.com/Elijahscriptdev) and [Judah Maina](https://github.com/JayKowski)