/private-events

Event creation and participation app.

Primary LanguageRuby

Private Events

Private Event is an event creator app. The app creates an event after a form has been filled out by the user. Registered users on the platform can signify their willingness to attend any future event on the platform. All the users can also view the participants of a particular event.

  • Home page screenshot

  • Event page screenshot

  • My event screenshot

Live Demo

Live Demo link

Prerequisites

The setups steps expect following tools installed on the system.

1. Check out the repository

git clone [git@github.com:shadrxcc/private-events.git](https://github.com/shadrxcc/private-events)
cd Private-Events

2. Check your Ruby version

ruby -v

The ouput should start with ruby 3.0.1

3. Install dependencies

Using Bundler and Yarn:

bundle && yarn

4. Initialize the database

rails db:create db:migrate db:seed

5. Start the server

Start the server by running:

rails s

Navigate to the new route http://127.0.0.1:3000

Built With

  • Ruby
  • Ruby on Rails

Authors

👤 Author 1

👤 Author 2

👤 Author 3

🤝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!