- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
Blog App is a blog app designed using Ruby on Rails. The capabilities of the blog includes:
- Login users
- Adding new posts
- Add comments to posts
- Like posts
Server
- Add new Posts
- Add new Comments to posts
- Like the posts you like
- Login users/Create users
bundle install
In order to run this project you need: Ruby Also, you need Rails
You need Bundler
and also rubocop to check for linter errors
Clone this repository to your desired folder:
Example commands:
cd my-folder
git clone https://github.com/dev89s/school-library.git
After you installed ruby on your system, you can go on and installed the linter "rubocop" to check for any linter errors in your code. To do so, you need ruby bundler which can be installed:
gem install bundler
Then initialize the bundler by
bundle init
Which will create the gem file, and then add the folloing line to the gem file
gem 'rubocop', '>= 1.0', '< 2.0'
To install the dependencies:
bundle install
👤 Sasan Moshirabadi
👤 Kibrewossen Y Mekasha
- Improve General Styling and UI of the blog
Contributions, issues, and feature requests are welcome!
Feel free to give any recommendations issues page.
If you like this project consider giving it a star on GitHub!
I would like to thank my family for always being there & supporting me through hard times.
This project is MIT licensed.