mohamednaser / private-events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Private Events Project

A simple project for (login , sign up ) users , (create , attend ) events .

This project is a part of Microverse technical curriculum for learning ruby on rails .

Click here for more information about the task.

Authors

This project was developed by:

Used Tools

  • Ruby On Rails
  • Ruby

Done Work

  • built database structure for (Users, Events) tables.
  • create a login , signup users.
  • allows users to create an event .
  • built a profile page.
  • list upcoming and past events on the profile page.
  • build all events page.
  • divide all events page into two sections upcoming and past sections.
  • allows a user to attend an event.
  • appear basic information for every event in all events page.
  • develop scopes to get pst and upcoming events in the events model.

Demo

loginpage loginpage loginpage loginpage loginpage loginpage

Setup

Instructions To Run The Project

1- Pull the project

Open your git bash and cd to the location you'd like to put your files the run the command below.

git clone https://github.com/mohamednaser/private-events

2- install dependances libraries

bundle install

3- Run migration command

 rails db:migrate

4- Run Server

 rails server

Support

For Any Recommendations or Bugs you can report here

About


Languages

Language:Ruby 73.2%Language:HTML 18.8%Language:JavaScript 5.4%Language:CSS 2.6%