Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/farida-hamid/blogapp
https://github.com/farida-hamid/blogapp
Last synced: 29 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/farida-hamid/blogapp
- Owner: Farida-Hamid
- License: mit
- Created: 2022-12-07T13:26:45.000Z (almost 2 years ago)
- Default Branch: dev
- Last Pushed: 2023-01-07T17:13:01.000Z (almost 2 years ago)
- Last Synced: 2024-05-28T22:06:58.480Z (6 months ago)
- Language: Ruby
- Size: 166 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![](https://img.shields.io/badge/Microverse-blueviolet)
# Blog App
The Blog app will be a classic example of a blog website. You will create a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts.
### Projects list
You will be building the Blog app for three weeks. Here is the list of projects that will guide you through the steps described above. You will find details about each of the milestone requirements in the upcoming program activities.
- Project 1: Setup and controllers.
- Project 2: Controllers specs.
- Project 3: Creating a data model.
- Project 4: Processing data in models.
- Project 5: Views.
- Project 6: Forms
- Project 7: Validations, Model specs, and n+1 problems.
- Project 8: Add Devise.
- Project 9: Add authorization rules.
- Project 10: Integration specs for Views.
- Project 11: Add API endpoints.
- Final Exercise: API documentation.To get a local copy up and running, follow these steps.
### Setup
Clone this repository to your desired folder:
```sh
git clone [email protected]:Farida-Hamid/BlogApp.git
cd BlogApp
```### Install
Install dependencies:
```sh
bundle install
```### Usage
To run the project, execute the following command:
```sh
rails server
```### Setup database
run:
```
rails db:create
rails db:migrate
rails db:seed
```### Run the app
run:
```
rails s
```### Run tests
run:
`rspec`
> Describe between 1-3 key features of the application.
- User can sign in
- User can sign up
- User can check posts
- User can make a posts
- User can make a comment- [ ] Editing to the devise views]
👤 **Farida Hamid**
- LinkedIn: [LinkedIn](https://linkedin.com/in/farida-hamid)
- GitHub: [@Farida-Hamid](https://github.com/Farida-Hamid)👤 **Quami Killy**
- GitHub: [@killy10o10](https://github.com/killy10o10)
- Twitter: [@Quami_Killy](https://twitter.com/Quami_Killy)
- LinkedIn: [@Kingsley Okine](https://www.linkedin.com/in/kingsley-okine/)Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
Give a ⭐️ if you like this project!
This project is [MIT](./LICENSE) licensed.
_NOTE: we recommend using the [MIT license](https://github.com/Farida-Hamid/School-Library/blob/dev/LICENSE) if you wish._