Project Login Page |
---|
- 📖 About the Project
- 💻 Getting Started
- 👥 Authors
- 🔭 Future Features
- 🤝 Contributing
- ⭐️ Show your support
- 🙏 Acknowledgements
- 📝 License
[Blog-App] The Blog app will be a classic example of a blog website. A fully functional website that will display the list of posts and empower readers to interact with them by allowing comments to be added and posts to be liked.
Server
Database
- [Setup and controllers]
- [Controllers specs]
- [Creating a data model]
- [Processing data in models]
- [Views and forms]
- [Validations, Model specs, and n+1 problems]
- [Add Devise and authorization rules]
- [Integration specs for Views]
- [API documentation]
Implemented Schema's ERD |
---|
To get a local copy up and running, follow these steps.
In order to run this project you need:
-
Ruby on Rails installed and running. To get more information, read the installation guide.
-
PostgreSQL installed and running
Clone this repository to your desired folder:
cd my-folder
git clone https://github.com/ab-noori/Blog-App.git
Install this project with:
bundle install
To run the project, execute the following command:
rails server
To run tests, run the following command:
rspec spec
👤 Abdul Ali Noori
- GitHub: @ab-noori
- Twitter: @AbdulAliNoori4
- LinkedIn: abdulali-noori
👤 Kifle Haile
- GitHub: @githubhandle
- Twitter: @twitterhandle
- LinkedIn: LinkedIn
- [Processing data in models]
- [Views and forms]
- [Validations, Model specs, and n+1 problems]
- [Add Devise and authorization rules]
- [Integration specs for Views]
- [API documentation]
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project, give it a star.
First, I would like to thank Microverse and my coding partners.
This project is MIT licensed.