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

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.

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Microverse-blueviolet)

# Private Events

> Create and manage events. Invite people.

![screenshot](./app/assets/images/screenshot-1.png)
![screenshot](./app/assets/images/screenshot-2.png)
![screenshot](./app/assets/images/screenshot-3.png)

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