- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐ Show your support
- 🙏 Acknowledgements
- 📝 License
Blog-app is a blog website that shows a list of posts and allows visitors to comment on or like posts
Backend
- Lists of posts
- Ability to like a post
- Ability to comment on a post
To get a local copy up and running, follow these steps.
You need the following tools be installed in your computer:
Clone this repository to your desired folder:
cd my-prefered-folder
git clone https://github.com/newhoteng/Blog-app.gitInstall this project with:
cd Blog-app
bundle installCreate the databases and run migrations with:
rails db:create
rails db:migrateTo run the project, execute the following command:
rails server or rails sTo run tests, run the following command:
rspec spec/👤 Harriet Oteng
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
👤 Naji Ali
- Improve styling
Contributions, issues, and feature requests are welcome! Feel free to check the issues page.
If you like this project give it a star.
- Thanks to Microverse for encouraging me to do this project.