- This project is a simple Ruby on Rails blog application with user authentication and CRUD functionality for posts, comments, and likes.
- Blogging platform.
- User authentication and authorization.
- Commenting on posts.
- Liking posts.
In order to run this project you need:
- To install ruby on rails on your PC. You can read this documentation on how to do so
- Know how to navigate directories or folders at the CLI.
- Know how to get the URL(https/ssh) of a repository on GitHub.
- You should have a code editor installed, preferably VSCode.
In desired folder or directory in the CLI, run the command:
cd clone https://github.com/RoyJumah/blog-app.git
Navigate into the cloned folder or repository by running the command:
cd <blog_app>
If VsCode is your default code editor, run:
code .
To install all the dependencies, run:
bundle install
You are all set up!
👤 Roy Jumah
- GitHub: @RoyJumah
- Twitter: @_royissues
- LinkedIn: Roy Jumah
👤 Samuel Kyere
- GitHub: @AdmirerBrown
- Twitter: @samuelkyere
- LinkedIn: Samuel Kyere
- Social media sharing buttons.
- User avatars and profiles.
- Tag-based article categorization.
- Built-in search functionality.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project you can give it a star
I would like to thank Microverse
for providing me the resources that enabled us to finish this challenge!
This project is MIT licensed.