This project is a Ruby on Rails project. The goal of this project is to understand associations in Ruby on Rails.
You should have Ruby & Ruby on Rails already installed on your machine before you begin.
To get a local copy of the repository please run the following commands on your terminal:
$ cd <folder>
$ git clone https://github.com/Haywhizzz/PrivateEvents.git
To install all of the ruby dependencies run the command bundle install
$ bundle install
To migrate the database run 'rake db:migrate' you will have to do this in order to do the next steps.
$ rake db:migrate
To launch the rails server inside of your terminal you will need to navigate into the repository you have just cloned. You will do this by using cd
inside of your terminal. Once you are inside of this folder run the command rails server
and this start the webrick server.
Below shows the following commands you will need to run to achieve this:
$ cd private-events
$ rails server
Next you will want to open up your browser and navigate to the root of the application inside of your browser https://localhost:3000
from here you can play with and experience the application fully.
$ https://localhost:3000
- Ruby
- Ruby on Rails
👤 Oyeleke Ayomide
- Github: @Haywhizzz
- Twitter: @Haywhizzz
- Linkedin: Haywhizzz
👤 Abiola Doyinsola Adeyemi
- Github: @Abidoyinsola1
- Twitter: @Abidoyinsola
- LinkedIn: Doyinsola Abiola Adeyemi
Contributions, issues and feature requests are welcome!
Give a ⭐️ if you like this project!
- Project inspired by Microverse Program and The Odin Project