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.
- Ruby on Rails
- Using Linters for Ruby and Stylelint
- Git, GitHub
- Using Bundler
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.
- In your terminal type 'git clone https://github.com/Tasheka/private_events.git'
- From your terminal move into the cloned repository folder by using the 'cd' command
- 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.
👤 Tasheka Hamilton
- GitHub: @Tasheka
- LinkedIn: LinkedIn
- Twitter@TashekaHamilto2
👤 Yusif Badmus
- GitHub: @ybadmus
- LinkedIn: LinkedIn
- Twitter: @yusif_badmus
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Microverse
- Rails-Doc
- Odin-Project
- Our standup teams
This project is MIT licensed.