- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
Blog App The Blog app is a classic example of a blog website. It is a fully functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
Server
Database
- Comments Table
- Posts Table
- Users Table
- Likes Table
To get a local copy up and running, follow these steps.
In order to run this project you need:
Example command:
gem install rails
Clone this repository to your desired folder:
cd my-folder
git clone git@github.com:Megagig/Blog-App.git
Install this project with:
cd Blog-App
gem install
To run the project, execute the following command:
rails server
To run tests, run the following command:
bin/rails test test/models/users_test.rb
You can deploy this project using:
https://render.com/
👤 Obi Anthony
- GitHub: @megagig
- Twitter: @megagigsolution
- LinkedIn: Anthony Obi
- Process data in models
- Validations and model specs.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Dear Viewers! Supporting this project will motivate me on my software journey.
I would like to thank the Microverse full-stack curriculum for the inspiration and guidance.
This project is MIT licensed.