Events Simplified!
Click here to watch the video on Google Drive
Planning events can be a daunting task, requiring the coordination of multiple elements such as guest lists, and event details. For professional planners, managing this complexity efficiently is crucial, while non-professionals often lack the skills to do this effectively. This project aims to simplify and streamline event organization by providing an intuitive platform that meets the needs of both professionals and casual planners through leveraging technology via a web application.
- Event Management: Create an event to manage and manage multiple events at once including ensuring your guests know the crucial information to attend!
- Guest Management: Create and edit guest lists and track RSVPs for event planning.
- Install Ruby and Rails if you don't already have it.
- Clone the repository:
git clone https://github.com/itskoms/Eventify.git
- Once cloned type “cd Eventify2107” to switch into the project folder
- Run 'bundle install' to install all the dependencies.
- Run 'rails db:migrate' to run all migrations to set up the database.
- Run “rails db:schema:load” to initialize the database
- Run 'rails db:seed' to seed data into the database.
- Run 'rails s' to run the server, you will be taken to the login page. You can either use a user login from the seeds.rb file or create your own user.