Tasheka / private_events

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

License:MIT License


Languages

Language:Ruby 67.3%Language:HTML 19.8%Language:JavaScript 5.4%Language:Batchfile 4.6%Language:SCSS 1.8%Language:CSS 1.1%