This project is a demonstration of Associations in ruby on rails.
- Ruby 2.7.0
- Rails 6.0.3
- Make sure you have ruby and rails installed
Type
ruby --version
andrails --version
see if you get the version number. If you don't have ruby installed use this link to know how to install it. - Navigate to the folder and type
bundle install
on the terminal then press enter to install dependencies - Run
rails db:migrate
to create your database schema - Type
rails c
to open the console and experiment with models - Press
ctrl d
to leave the console
1. Click on the install or download button under the repository name and grab the url
by clicking on the clipboard icon
2.open your terminal
3.Navigate to the location in your computer where you want the repo to be cloned
4. Type git clone and paste the url you copied on step one.
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
5. Press Enter. Your local clone will be created.
$ git clone https://github.com/YOUR-USERNAME/YOUR-REPOSITORY
> Cloning into `Spoon-Knife`...
> remote: Counting objects: 10, done.
> remote: Compressing objects: 100% (8/8), done.
> remove: Total 10 (delta 1), reused 10 (delta 1)
> Unpacking objects: 100% (10/10), done.
👤 Author
- Github: @EmmanuelAaron
- Twitter: @EmmanuelAaron
- Linkedin: @EmmanuelAaron
👤 Author
- Gmail: Teshager Admasu
- Github: @teshager21
- Twitter: @Teshage84907805
- Linkedin: Teshager Admasu
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.