https://github.com/ivanid22/private-events
A web-application that lets users create events, and invite other users to attend these events. Built on Ruby on Rails.
https://github.com/ivanid22/private-events
rails ruby
Last synced: 5 months ago
JSON representation
A web-application that lets users create events, and invite other users to attend these events. Built on Ruby on Rails.
- Host: GitHub
- URL: https://github.com/ivanid22/private-events
- Owner: ivanid22
- Created: 2020-05-18T19:16:34.000Z (about 6 years ago)
- Default Branch: development
- Last Pushed: 2023-01-19T19:12:28.000Z (over 3 years ago)
- Last Synced: 2025-06-23T01:41:12.940Z (about 1 year ago)
- Topics: rails, ruby
- Language: Ruby
- Homepage:
- Size: 1.23 MB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 35
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ruby on Rails - Associations - Project: Private Events!
> This project is part of the Microverse Full-Stack development program through The Odin Project.
> It's an implementation of a simple Ruby on Rails project, that allow users to create Events and invite other users to events. We made this project to test and learn about active model relations.
## Built With
- Ruby 2.5.5
- Ruby on rails 6.0.0
- VS Code
- SQLite database
## How to Install
- Install Ruby in your system. To install Ruby, you can read the [Documentation](https://www.ruby-lang.org/en/documentation/installation/)
- Install rails to do that run this command in your console
```
gem install rails
```
- Then For Windows users, open Command Prompt and run:
```console
C:\>cd Private-Events folder
C:\cd Private-Events folder> run rails server
```
- Open another terminal or Command line and run:
```
$ rails db:migrate
```
- For Linux and Mac users, open a Terminal and run:
```console
$ cd Private-Events folder
$ run rails server
```
- Navigate to your browser and run
```
localhost:3000
```
## Authors 
👤 **Peter Robert**
- Github: [@peterrobert](https://github.com/peterrobert)
- Twitter: [@ptahwambui93](https://twitter.com/Ptahwambui93)
- Linkedin: [Peter Robert Ndungu](https://www.linkedin.com/in/peter-rob-ndungu/)
👤 **Ivan Diaz**
- Github: [@ivanid22](https://github.com/ivanid22)
- Twitter: [@ivanid22](https://twitter.com/ivanid22)
- Linkedin: [Ivan Diaz](www.linkedin.com/in/ivanid22)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!. Feel free to check the [issues page](issues/).
## Show your support