Skip to content

Ruby on Rails app for creating events and share them with friends

License

Notifications You must be signed in to change notification settings

Usagib/Koi-eventsapp

 
 

Repository files navigation


Logo

iKoi: Private Events project on rails

A Ruby on Rails app for users to create and attend events
Project Specs »

Table of Contents

About The Project

A Rails app wich allows user to signup,login with secure passwordand view, attend and create events

How to run

  • After cloning the repository set up the environment by bundle install --without production
  • Migrate the database with the rails db:migrate command in the terminal
  • Run the server with rails server
  • Open your favorite browser and visit your localhost

Features

  • Users can log into the app
  • New Users can sign up with secure password
  • Not logged in users can see the events at events_path
  • Logged users can create new events
  • Logged users can attend upcoming events
  • User profile shows events to attend and past events
  • Logged users already attending an event can cancel the attendance
  • User profile shows events created by the user
  • Friendly UI lets user logically access this features

Screenshots

Home Home Login Login Signup Signup Events Index Events User profile Profile Create event Create Event Event

Testing

  • Rspec model testing done for validation and associations
  • Rspec controller testing for behaviour
  • Rspec - Capybara testing for features

Built With

Project built in Ruby on Rails

Additional Gems used

Contact

Eduardo Bonilla https://github.com/UsagiB

Leonardo Mezu https://github.com/leonmezu1

About

Ruby on Rails app for creating events and share them with friends

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 70.0%
  • HTML 18.5%
  • CSS 9.1%
  • JavaScript 1.4%
  • CoffeeScript 1.0%