Active-Record Ruby on Rails project
Build a basic app with rails to learn the basic concepts of modeling in Active Record, and to get used to the rails workflow.
- Ruby on Rails
- Postgresql
- Linters
To get a local copy up and running follow these simple example steps.
- Go to the main page of the repo.
- Press the "Code" button and get the repo link.
- Clone it using git clone.
- Ruby -v2.7.0p0
- Rails -v6.0.3.3
- Open a terminal
- Copy this code :
git clone "put the link from github repo"
- Run the program with this code :
bundle install
- Run the program with this code :
rails db:create rails db:migrate rails server
- Stop the program with: "Ctrl + C" (Windows or Linux) or "Command + C"(Apple)
-
When the program is running go to your browser
-
put: localhost:3000/
-
Click on login, register and create a new article
-
Enjoy the app.
- Personal Project - Create a basic blog app just with learning purpose
👤 Giordano Díaz
- Github: @diazgio
- Twitter: @giordano_diaz
- LinkenIn:LinkenIn
👤 Abel Lavieri
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- Hat tip to anyone whose code was used
- Inspiration
- etc
This project is MIT licensed.