Project created to savethe steps from the tutorial Medium Tutorial Link.
Tools used to build Aplication:
- Ruby
- Ruby on Rails
- Omniauth
- HTTP
This repository save one project from TheOdinPage from Microverse Ruby on Rails course to learn how to manage the relationships on Active record using SQLlite Database and Ruby on Rails framework using the rails console to display and check the information.
Ruby 2.6.3
Rails 5.2.0
- Rest-client
- Bcrypt
- Omniauth
To use this project you will need to download this repository and put in on your computer. after you will need to install webpack and npm to run correctlly this project.
Clone or download the repository to your local machine and after open your terminal on the repository folder and run :
bundle install
rails db:create
rails db:migrate
rails db:seed
The project runs on PSQL. For running this application you must have a default PSQL role WITH LOGIN CREATEDB
For altering or creating a PSQL role run the following commands in postgres console
For Creating a User:
postgres=# CREATE ROLE role_name WITH LOGIN CREATEDB;
For Altering Existing User
postgres=# ALTER ROLE "role_name" WITH LOGIN CREATEDB;
Run:
rails server
enter to your: http://localhost:3000/
To run rspec at terminal:
rspec
👤 Cristian Ines Hernandez A. - MephistoDevelop
- Github: @MephistoDevelop
- Twitter: @MephistoDevelop
- Linkedin: Cristian Hernandez
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.