https://github.com/mwapsam/blog-app
https://github.com/mwapsam/blog-app
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/mwapsam/blog-app
- Owner: Mwapsam
- Created: 2022-04-27T06:28:24.000Z (about 3 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-14T15:32:18.000Z (about 3 years ago)
- Last Synced: 2025-03-29T05:51:15.272Z (about 2 months ago)
- Language: Ruby
- Size: 606 KB
- Stars: 5
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README

# 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.
# How to build the Blog app
The end result should follow the following data model (this is an Entity Relationship Diagram that you are already familiar with):> 
## Live link
[Click here](https://magic-bloger.herokuapp.com)## Built With
- Ruby on Rails
- Tailwind CSS
- Ruby
- Bubocop## Getting Started
**To get a local copy up and running follow these simple example steps.**
### Prerequisites
- Ruby should be installed on your machine
- Install Ruby on Rails and PostgresQL### Setup
```
git clone https://github.com/Mwapsam/Blog-app.git
cd Blog-app
```
### Install
```
bundle install
```### Play with the code
```
rails c
```### Populate the db with dummy data
```
rake db:migrate
rake db:seed
```### Run linters
```
rubocop -a```
rails s
```### Tests
```
rspec spec
```## 👤Mwape
- GitHub: [@mwapsam](https://github.com/Mwapsam)
- Twitter: [@mwapesamuel4](https://twitter.com/mwapesamuel4)
- LinkedIn: [mwapsam](https://www.linkedin.com/in/mwapsam/)## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](../../issues/).
## Show your support
Give a ⭐️ if you like this project!
## Acknowledgments
- Many thanks to Microverse
## 📝 License
This project is [MIT](./MIT.md) licensed.