Skip to content

moinkhanif/private-events

Repository files navigation

Private-Events

Contributors Forks Stargazers Issues

About the project

This was a collaborative project to create a Private Events page which allows users to create account and events, along with session creation and destruction.

Requirements

  • Once you download the project, please make sure that you have Ruby installed.
  • Install rails 5.2.3 if you haven't already. You could run the command gem install rails -v '5.2.3' to install rails.
  • Make sure to run bundle command in the terminal once you are in the working directory.

Features

Some of the features of this project include:

  • User authentication using session id

  • Content authorization based on session input

  • Creation of User account and events

  • Display of past event and upcoming events on both user page and events page

Technologies Used

  • This project utilizes the Rails framework.

Contributors