- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- ❓ FAQ
- 📝 License
This is a blog website where you can create an account and write posts. You can also comment on other people's posts and like them.
Client
Server
Database
Describe between 1-3 key features of the application.
- User Authentication
- Create Posts
- Delete Posts
In order to run this project you need:
Example command:
gem install rails
Clone this repository to your desired folder:
Example commands:
cd hassan-blog
git clone git@github.com:fullstop125/hassan-blog.git
Install this project with:
Example command:
cd hassan-blog
gem install
To run the project, execute the following command:
Example command:
rails server
To run tests, run the following command:
Example command:
rspec
Collaborators of this project.
👤 Momanyi
- GitHub: @fullstop125
- Twitter: @moseshassany
- LinkedIn: momanyi hassan
Describe 1 - 2 features you will add to the project.
- user authentication
- CRUD operations
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Write a message to encourage readers to support your project
If you like this project...
Give credit to everyone who inspired your codebase.
I would like to thank...
Questions for new developers would ask when they decide to use your project.
-
How I can run this project?
-
After cloning repository, run rails s. After that, you will see you will see the homepage of the project.
-
How I can install rails
-
Install the rails by using
gem install rails
.
This project is MIT licensed.