Project for creating database relations between users using layout design from Layout Design
Clone the repository into your local computer.
Ruby, '2.6.4'
Ruby on Rails, '~> 6.0.2', '>= 6.0.2.1'
Instal gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
rails db:seed
Start server with:
rails server
Open http://localhost:3000/
in your browser.
Tests are ran with the command on the console in the project root directory:
Rspec --format document
In order to deploy it to Heroku, then one the console in root directory of the project run commands in order shown below (current branch needs to be master):
heroku apps:create <app-name>
git add .
git commit -m "Deploy to Heroku"
git push heroku master
heroku run rails db:migrate
heroku open
- Ruby - Programming language used
- Ruby on Rails - Ruby framework used
- HTML - Hypertext Markup Language
- CSS - Cascading Style Sheets
- JavaScript - Programming language used
- VS Code - The code editor used
👤 Jaak Kivinukk
- Github: @Jaakal
- Twitter: @JKivinukk
- Linkedin: Jaak Kivinukk
- Email: jaak.kivinukk@gmail.com
This project is licensed under the MIT License - see the LICENSE file for details
- Layout Design - template used for reference