/private_events

Primary LanguageRubyMIT LicenseMIT

Private Events

In this project, we built an application named Private Events and that behaves similarly to Eventbrite. The main goal of this project is to put in practice the main concepts of Associations in rails.

Built With

  • Ruby on Rails
  • Using Linters for Ruby and Stylelint
  • Git, GitHub
  • Using Bundler

Getting Started

To run this application locally, you will need to have:

  • Ruby version 2.7 and above
  • Rails installed
  • Yarn & NPM installed
  • A terminal

Once you have all the above listed:

  • Create a clone of this repository.
  • run yarn install
  • run npm install
  • run rails webpacker:install
  • run bundle install
  • run rails db: migrate to migrate the database
  • run rails server
  • Go to http://localhost:3000 on your browser to view the homepage of the application
  • FinaLly run rails console to inspect the structure of the database and the data you stored.

Authors

👤 Tasheka Hamilton

👤 Yusif Badmus

🤝 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!

Acknowledgments

📝 License

This project is MIT licensed.

Enjoy!