Thanks to visit codestin.com
Credit goes to Github.com

Skip to content

A simple events app that allows users to create events and then manage user signups.

Notifications You must be signed in to change notification settings

PhillipUg/private-events

Repository files navigation

Project: Private Events

A simple events app that allows users to create events and then manage user signups.

Contributors Forks Stargazers Issues


Logo

Project: Private Events

This project is part of the Microverse curriculum in Ruby on Rails module!
Explore the docs »

Report Bug · Request Feature

Table of Contents

About The Project

In this project, i have created a simple events app where users can create and attend many events. An event can be attended by many users. This required modeling many-to-many associations between models.

Installation

To use application this is what you need to:

  • Have ruby installed in your computer
  • Download or clone this repo:
    • Clone with SSH:
      [email protected]:PhillipUg/private-events.git
    
    • Clone with HTTPS
      https://github.com/PhillipUg/private-events.git
    
  • cd into private-events directory and run bundle install
  • Finally, run rails server in your terminal.

Built With

This project was built using:

  • Ruby v2.7.1
  • Ruby on Rails v6.0.3
  • ...and a couple of other default rails gems

Testing

I use rspec-rails and capybara gems for testing.

To see checkout my test suite:

  • follow the installation instructions
  • after installation, run bundle exec rspec

Contact

👤 Phillip Musiime

Acknowledgements

📝 License

This project is MIT licensed.

About

A simple events app that allows users to create events and then manage user signups.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published