Skip to content

Latest commit

 

History

History
36 lines (18 loc) · 646 Bytes

README.md

File metadata and controls

36 lines (18 loc) · 646 Bytes

Private Event RoR App - TOP

This is a private event management application built as part of The Odin Project's Rails Curriculum. The user can register, create an event, see other events and mark himself as an attendee. In the "YOUR EVENTS" page, the user can see all the vents he intends to and manage the list.

Technologies Used

-Ruby on Rails

-PostgreSQL

-JavaScript

-HTML/CSS (Bootstrap)

Getting Started

1. Clone the Repository

2. Navigate to the Project Directory

3. Install Dependencies

bundle install

yarn install

4. Set Up the Database

rails db:setup

5. Start the Rails Server

bin/dev