Skip to content

euqueme/private-events

Repository files navigation

Contributors Forks Stargazers Issues Hireable


Logo

Associations

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

Report Bug · Request Feature

Table of Contents

About The Project

This project is about using active record querying methods and advanced associations and testing, in building an application inspired by the eventbrite.com

Product Name Screen Shot

This is the seventh Microverse project of the Ruby on Rails Curriculum

This is also part of the Odin project curriculum https://www.theodinproject.com/courses/ruby-on-rails/lessons/associations

Built With

This project was built using these technologies.

  • Ruby 2.6.3
  • Rails 6.0.2.1
  • Rspec
  • Capybara
  • Rubocop
  • Ubuntu 18.4+
  • Stickler
  • VsCode

Usage

If you want to test it you need to have Ruby and Rails installed in your computer and clone or download this repo as follows:

  • $ git clone "https://github.com/euqueme/private-events.git"

after that you need to open a terminal inside the repo and run the bundler

  • $ bundle install --without production

then, run rails db:migrate. This creates the database with the corresponding tables, columns and associations.

  • $ rails db:migrate

start the server

  • $ rails server

finally you have to open it in the browser , Sign up, sign in, create new events and invite people.

Automated Test

to run the test cases run the following commands

Model test cases:

$ rspec spec/models/

Integration test cases:

$ rspec spec/integration/

Author

👤 Audrey Emmanuella Odiaka

👤 María Eugenia Quemé

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

Acknowledgements

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published