A simple blog application based on ruby on rails.
- Ruby
- Rails
- HTML&CSS
To get a local copy up and running follow these simple example steps.
- Ruby
- Rails
git clone
this repocd
into the generated directory- Run
bundle install
- In the psql, create a new role with the name of "nicu"
- export DATABASE_PASSWORD= irb
- Run
rails db:create
- Run
rails db:migrate
- Run
rails db:seed
- Run
rails s
Note: In case this doesn't work, tryrails db:drop
and do the steps all over again
- Run
bundle install
to install all the necessary dependencies
- Run
rails s
to expose a local webserver
👤 Nicu
- GitHub: @nicupop729
- Twitter: @nicupop729
- LinkedIn: Nicolae Pop
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.