boydndonga / Tukio

the app is an event organizer that enables users to signup for events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Tukio The app is an event organizer that enables an admin to add events according to categories. users can then sign up to the events

##Prerequisites Install the following gems in your Gemfile for app to work:

gem('sinatra')
gem('sinatra-contrib', :require => 'sinatra/reloader')
gem('sinatra-activerecord')
gem('rspec')
gem('rake')
gem('pry')
gem('pg')

Then run bundle install in your terminal

###Built with

  • Sinatra

###Authors

  • Boyd Ndonga
  • Brian Kiptoo
  • Latasha Ndirangu
  • Mary Trezer
  • Peter Kahurani

###License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

the app is an event organizer that enables users to signup for events


Languages

Language:Ruby 63.0%Language:HTML 36.9%Language:CSS 0.1%