Skip to content

vzdrizhni/private-events

Repository files navigation

Contributors Forks Stargazers Issues


Logo

Associations --> [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, it has been built an application named Private Events that behaves similar to Eventbrite. The main goal was to put in practice the main concepts of Associations in rails. Mainly, given the main character (the user), the events and invitations can be created with the user in mind; the user can attend an event, can create and event, can delete, etc.

Login Sign Up New Post SignedIn Posts

Built With

This project was built using these technologies.

  • Ruby & Ruby on Rails
  • Rspec / Capybara
  • Bulma
  • SQLite
  • Rubocop
  • Stickler
  • Atom
  • VSCode

Usage

To have this app on your pc, you need to:

  • have Ruby & Ruby on Rails installed in your computer

  • download or clone this repo:

    • Clone with SSH:
      git@github.com:vzdrizhni/private-events.git
    
    • Clone with HTTPS
      https://github.com/vzdrizhni/private-events.git
    
  • and open the terminal inside the repo and run the bundler

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

    • $ rails db:migrate
  • and finally, you can test it in the console by running

    • $ rails server and using localhost:3000 into your browser address bar to start using it

    Automated Test

  • Run the command and see the output: $ bundle exec rspec Rspec

Contributors

👤 Roman Nikolaev

👤 Alexandru Bangau

🤝 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

📝 License

This project is MIT licensed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published