An open API service indexing awesome lists of open source software.

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”).

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!