Blog App Project. That Built by using Ruby on Rails.
- Ruby on Rails
To get a local copy up and running follow these simple example steps.
Clone this repository:
git clone https://github.com/luftedar/blog-app.git
cd into folder:
cd blog-app
To get started, run following in the root directory:
gem install bundler
Install bundle
bundle install
Setup and migrate the database
rails db:setup
Start Local Server
rails s
Test the application
rspec
Run following to check linter errors:
rubocop
Auto fix the errors if available
rubocop -A
👤 Orçun Uğur
- GitHub: @githubhandle
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
- This project is built in Microverse's fifth module's first week.
This project is MIT licensed.