https://github.com/srizzuto/private-events
We build 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 (sound familiar?). Events take place at a specific date and at a location (which you can just store as a string, like “Andy’s House”).
https://github.com/srizzuto/private-events
database ruby
Last synced: about 2 months ago
JSON representation
We build 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 (sound familiar?). Events take place at a specific date and at a location (which you can just store as a string, like “Andy’s House”).
- Host: GitHub
- URL: https://github.com/srizzuto/private-events
- Owner: srizzuto
- Created: 2021-06-08T07:46:36.000Z (about 5 years ago)
- Default Branch: development
- Last Pushed: 2021-06-09T21:37:23.000Z (about 5 years ago)
- Last Synced: 2023-03-07T21:39:10.042Z (over 3 years ago)
- Topics: database, ruby
- Language: Ruby
- Homepage:
- Size: 206 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Project: Associations
We build 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 (sound familiar?). Events take place at a specific date and at a location (which you can just store as a string, like “Andy’s House”).
## Built With
- Ruby on rails
## Getting Started
To get a local copy up and running follow these simple example steps:
- Clone the repository as indicated by Setup section below
### Prerequisites
- Text editor
- GitHub
- Git
- ruby
- ruby on rails
### Setup
Clone repository from github to your local drive by following these steps:
- Go to the main page of the repository
- Above the listed files, click the green Code button
- You can clone the repository using:
- GitHub CLI: gh repo `git clone srizzuto/private-events.git`.
- SSH:`git clone git@github.com:srizzuto/private-events.git`.
- HTTPS:`git clone https://github.com/srizzuto/private-events`.
- Open Terminal
- Change the current working directory to the location you want the cloned directory
- Type one of the git clone commands listed above.
- Press Enter to create your local clone
- Open your terminal and type rails s. After that join to localhost at http://localhost:3000/
- Remember: Yarn packages need to be installed by running the command yarn install for local setup. Otherwise, the app generates an error.
- Create a database by typing in the terminal rails db:create and then rails db:migrate to define changes to your database schema
- Feel free to sign up or sign in and start posting!
### Install
- Install Atom or Microsoft Visual Studio text editor to view the code on your local machine.
- Install Git.
- Install ruby
- Install ruby on rails
## Authors
👤 **Sebastian Rizzuto**
- GitHub: [@srizzuto](https://github.com/srizzuto)
- Twitter: [@sbstnrzzt](https://twitter.com/sbstnrzzt)
- LinkedIn: [Sebastian Rizzuto](https://www.linkedin.com/in/srizzuto/)
👤 **Barack Mukelenga**
- GitHub: [@barackm](https://github.com/barackm)
- Twitter: [@BarackMukelenga](https://twitter.com/BarackMukelenga)
- LinkedIn: [Barack Mukelenga](https://www.linkedin.com/in/baraka-mukelenga/ )
## Contributing
Contributions, issues, and feature requests are welcome!
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- To my coding partner who helped me through all the work
- To our Stand Up Team who kept the morale up!