The Blog app is a classic example of a blog website. It is a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
Client
Server
Database
- Use RubyGems as a software package system.
- Use database migration files to maintain database schema.
- Understand ORM
- Update Views and add forms
- Validations, Model specs, and n+1 problems.
- N/A
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:
git clone git@github.com:KanzaTahreem/Blog-App.git
cd Blog-App
Install thr project dependencies with:
bundle install
To run the project, execute the following command:
rails server
To run all tests, including unit and integration tests, run the following command:
rspec
You can deploy this project using:
N/A
👤 Kanza Tahreem
- GitHub: @KanzaTahreem
- Twitter: @kanza_tahreem
- LinkedIn: kanza-tahreem
👤 Camilo Vela
- GitHub: @camilovelag
- Twitter: @camilovelag
- LinkedIn: camilovelag
👤 Danys Linares
- GitHub: @d4nQw3rty
- Twitter: @Danys_Linares
- LinkedIn: danys-linares
- Add Devise.
- Add authorization rules.
- Integration specs for Views.
- Add API endpoints.
- API documentation.
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
If you like this project and want to support me make cooler projects Give this project a Star.
This project is MIT licensed.