A simple blog application to post, comment and like posts.
- Ruby on Rails
- HTML
- SCSS
- sqlite3 for the local development
- Postgresql for the production
- Rubocop
- Stylelint
To get a local copy up and running follow these simple example steps.
In order to run, you need to install RUBY and Rails in your local machine.
Clone the project by typing git clone https://github.com/Aduda-Boaz/rails-blog
Move into project directory
cd rails-blog
bundle install
rails s
access to http://localhost:3000/ or http://[::1]:3000 in your local browser
Run following command
gem install rspec
rspec --format documentation
or/and
rspec spec
👤 Boaz Aduda
- GitHub: @Aduda-Boaz
- Twitter: @BoazAduda
- LinkedIn: Boaz Aduda
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.