Skip to content

A simple rails app where users and create, join, and delete an event.

License

Notifications You must be signed in to change notification settings

abeidahmed/private-event

Repository files navigation

Eventable

A simple rails app where users and create, join, and delete an event.

Features

  • Sign in and sign up
  • Registered users can create an event
  • Registered users can join and exit an event
  • Show list of all events scoped to upcoming and past events

Getting started

  • Clone the repo https://github.com/abeidahmed/private-event.git
  • cd into the project
  • git pull origin feature-event
  • bundle install
  • Setup your db in the database.yml file
  • Run rails db:setup
  • Run rails s
  • Visit localhost:3000

Testing

  • Run bundle exec rspec

Screenshots

All events

All events

New event

New event

Join event

Join event

Exit event

Exit event

Built with

  • Ruby on rails

Author

Abeid Ahmed

Contributing

  • Fork the project
  • Create your feature branch git checkout -b awesome-feature
  • Commit your changes git commit -m 'Awesome feature'
  • Push it git push -u origin awesome-feature
  • Open a pull request using this branch

About

A simple rails app where users and create, join, and delete an event.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published