Skip to content

morapost/Event_planner

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

Event Planner App

This sample application shows the calendar having events happening in a month and number of users who have accepted the event

Installation

First, install the gems required by the application:

		
			bundle
		
	

Next, Execute the database migration and model creation

	rails g model User name:string email:string phone:string
	rails g scaffold Event title:string description:text start_time:datetime end_time:datetime user:references 
	rails g UserEvent user:references event:references status:string confirmation_token:string 

Configure SMTP settings for Gmail

Start the application

	rails server

Try creating an event and check if you are able to get mail and get the status in the Event Index page

About

It shows the calendar for number of events in the month and also the status of Accepted and Pending Users.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors