Skip to content

basic-tutorials/Private-Events

Repository files navigation

Instructions

  1. Clone the Repository:

    git clone https://github.com/Ismat-Samadov/Private-Events.git
  2. Navigate to the Project Directory:

    cd Private-Events
  3. Install Dependencies: Make sure you have Ruby and Rails installed. Then run:

    bundle install
  4. Set Up the Database:

    rails db:create
    rails db:migrate
  5. Start the Server:

    rails server
  6. Access the Application: Open your web browser and go to http://localhost:3000 to access the application.

Usage

  1. Sign Up or Log In:

  2. Create an Event:

  3. View Events:

  4. Attend an Event:

    • To attend an event, click on the "Attend" button on the event details page.
  5. View Attended Events:

  6. Edit or Delete Events (Extra Credit):

    • If you are the creator of an event, you can edit or delete it from the event details page.
  7. Remove Attendance (Extra Credit):

    • If you have attended an event, you can remove your attendance from the event details page.
  8. Invite Users to Events (Extra Credit):

    • Event creators can invite specific users to their events. This functionality is not implemented in the basic version.

That's it! You can now use the "Private Events" application to create, manage, and attend events. Enjoy!

About

Project: Private Events Ruby on Rails Course

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published