A Simple Blog app made with Ruby on Rails where you can:
- Create a post
- Edit a post
- Delete a post
- Ruby on Rails
- Ruby 2.7.2
- SCSS
To get started with the project follow the steps below:
- You must have yarn installed
git clone git@github.com:patrick-angelos/simple_blog.git
bundle install
rails webpacker:install
rails db:migrate
rails s
to start the server- Go to
localhost:3000
on your browser
👤 Necmi Gunduz
- GitHub: @necmigunduz
- Twitter: @necm_gun
- LinkedIn: LinkedIn
👤 Patrikis Angelos
- GitHub: @patrick-angelos
- Twitter: @AngelosPatrikis
- LinkedIn: Angelos Patrikis
Contributions, issues, and feature requests are welcome!
Give a ⭐️ if you like this project!
- To Microverse for their
README
template.
MIT License