This project is part of the Microverse curriculum in Ruby on Rails module!
Explore the docs »
Report Bug
·
Request Feature
In this project, it has been built an application named Private Events that behaves similar to Eventbrite. The main goal was to put in practice the main concepts of Associations in rails. Mainly, given the main character (the user), the events and invitations can be created with the user in mind; the user can attend an event, can create and event, can delete, etc.
This project was built using these technologies.
- Ruby & Ruby on Rails
- Rspec / Capybara
- Bulma
- SQLite
- Rubocop
- Stickler
- Atom
- VSCode
To have this app on your pc, you need to:
-
have Ruby & Ruby on Rails installed in your computer
-
download or clone this repo:
- Clone with SSH:
[email protected]:vzdrizhni/private-events.git
- Clone with HTTPS
https://github.com/vzdrizhni/private-events.git
-
and open the terminal inside the repo and run the bundler
$ bundler install
-
then, run rails db:migrate. This creates the database with the corresponding tables, columns and associations
$ rails db:migrate
-
and finally, you can test it in the console by running
$ rails server
and usinglocalhost:3000
into your browser address bar to start using it
👤 Roman Nikolaev
- LinkedIn: Roman Nikolaev -
- GitHub: @vzdrizhni
- E-mail: [email protected]
👤 Alexandru Bangau
- LinkedIn: Alexandru Bangau
- GitHub: @rammazzoti2000
- E-mail: [email protected]
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐ if you like this project!
This project is MIT licensed.