https://github.com/brenoxav/private-events
Create and manage events. Invite people.
https://github.com/brenoxav/private-events
bootstrap ruby ruby-on-rails
Last synced: 3 months ago
JSON representation
Create and manage events. Invite people.
- Host: GitHub
- URL: https://github.com/brenoxav/private-events
- Owner: brenoxav
- Created: 2021-01-28T21:52:41.000Z (over 5 years ago)
- Default Branch: development
- Last Pushed: 2021-02-07T00:46:21.000Z (over 5 years ago)
- Last Synced: 2025-07-28T18:29:24.297Z (11 months ago)
- Topics: bootstrap, ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 350 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# Private Events
> Create and manage events. Invite people.



This rails app implemments Active Record Associations between events, event creators and event attendees.
## Built With
- Ruby 3.0.0
- Ruby on Rails 6.1.1
- Devise
- Bootstrap 5
## Getting Started
To get a local copy up and running follow these steps:
### Setup
- Clone or download the project to your local machine
- Change to the project's root directory
```
cd private-events
```
- Install the required gems
```
bundle install
```
- Setup the database
```
rails db:migrate
```
- Start the server
```
rails server
```
- Access the application's web interface on your browser
```
http://localhost:3000/
```
## Author
👨💻 **Breno Xavier**
- GitHub: [@brenoxav](https://github.com/brenoxav)
- Twitter: [@brenoxav](https://twitter.com/brenoxav)
- LinkedIn: [Breno Xavier](https://linkedin.com/in/brenoxav)
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Microverse
- Odin Project