- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
[Blog app] is a dynamic and interactive website that showcases a variety of posts. Users can engage with the content by adding comments and liking posts, fostering a vibrant community.
Ruby on Rails
- https://rubyonrails.org/
- [Showcase Posts]
- [Add comments]
- [Add likes]
To get a local copy up and running, follow these steps.
In order to run this project you need:
- Install Ruby
- Install Rails
- Install Postgresql
Clone this repository to your desired folder:
cd Blog app
git clone https://github.com/brainskev/Blog-App.gitInstall this project with:
cd Blog app
bundle install gem install rspec gem install --no-document rubocop -v '>= 1.0, < 2.0' # https://docs.rubocop.org/en/stable/installation/ npm install --save-dev stylelint@13.x stylelint-scss@3.x stylelint-config-standard@21.x stylelint-csstree-validator@1.xTo run the project, execute the following command:
rails serverTo run tests, run the following command:
rubocop --color npx stylelint "**/*.{css,scss}" rspec- [N/A]
👤 Kelvin kaviku
- GitHub: @brainskev
- Twitter: @kelvin_ngotho
- LinkedIn: kelvin
- [Add call feature]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project please show support by staring ⭐️.
- I would like to give Microverse my sincerest gratitude for accommodating me in the Full-time Software Development program.
This project is MIT licensed.