Allows users to create events and then manage user signups. Users can create events and send invitations and parties. Events take place at a specific date and at a location.
Explore the docs 📚
🖊️
Assigment
🐛
Report Bug
🙏
Request Feature
Users can create events and send invitations and parties. Events take place at a specific date and at a location. An application named Private Events that behaves similar to Eventbrite. The main goal is to put in practice the main concepts of Associations in rails.
Rubocop:
- Using different databases for development (sqlite3) and production (postgres)
- Followed the tutorial
- Associates several tables on the database using foreign keys:
- Use of
sessions,cookiesandflash - Modifies
routes.rb - Managed state with data on DB
- Tests made with
RSpec
rubyv2.5.5railsv5.2.3+- RVM
vscodewith Ruby and Rubocop extensions- Linux
- Love and Passion for code.
This project is licensed under the MIT License - see the LICENSE.md file for details

