Blog on Rails is a classic example of a blog website. You can show the list of posts and empower readers to interact with them by adding comments and liking posts.
- Ruby
- Ruby on Rails
- PostgreSQL
To get a local copy up and running follow these simple example steps.
1- Copy this link https://github.com/huseyinbiyik/blog-on-rails.git
2- Get the directory that you want to clone the repository.
3- Open the command prompt in this directory.
4- Write git clone https://github.com/huseyinbiyik/blog-on-rails.git
5- Go to the repository folder in your command prompt cd blog-on-rails
.
6- Go to command line and run rails s
.
To setup linters on your local environment, please follow these steps.
1- Run bundle install
.
2- Run rubocop .
for the errors.
IDE(VSCode etc.), WSL(for Windows OS), for linters RuboCop
👤 Huseyin Biyik
- GitHub: @huseyinbiyik
- Twitter: @huseyin__biyik
- LinkedIn: LinkedIn
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Give a ⭐️ if you like this project!
-Thank you to Microverse Inc.
This project is MIT licensed.