/Private-Events

Private Events app is built similar to a private Eventbrite, which allows users to create events and manage user signups.

Primary LanguageRuby

Private Events

Table of Contents

About the project

Private Events app is build similar to a private Eventbrite, which allows users to create events and manage user signups. Users can create events and attend them. Events take place at a specific date and at a location. Only signed up user can create events. A user can attend many events and an event can be attended by many users.

Built With

Getting Started

To get started with the app, clone the repo and then install the needed gems:

$ bundle install --without production

Next, migrate the database:

$ rails db:migrate

Finally, run the app in a local server:

$ rails server

Contributors