https://github.com/ridwanediallo/blogapp
https://github.com/ridwanediallo/blogapp
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ridwanediallo/blogapp
- Owner: ridwanediallo
- Created: 2022-09-14T10:38:25.000Z (over 2 years ago)
- Default Branch: dev
- Last Pushed: 2022-09-29T10:33:41.000Z (over 2 years ago)
- Last Synced: 2025-04-12T10:17:59.411Z (2 months ago)
- Language: Ruby
- Size: 6.21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blograils
> **Blog_app** is an implementation of the classic blog website. It's a full stack ruby on rails website that show the list of posts and empower readers to interact with them by adding comments and liking posts.
## Built With- 
- ### Setup
Clone the repository and change the directory to blog```
$ git clone https://github.com/ridwanediallo/BlogApp.git$ cd blog
```### Install
Install all project dependencies by running the command below```
$ bundle install
```### Run the application
```
$ bin/rails server
```### Visit the homepage of application
```
$ http://localhost:3000/
```### Check linter errors
```
$ rubocop .
```### Run tests
```
$ rspec
```
## Author 1👤 **Ridwan**
- GitHub: [@githubridwan](https://github.com/ridwanediallo)
- Twitter: [@twitterridwan](https://twitter.com/RidwaneD)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/ridwan-diallo)## Author 2
👤 **Felix Ouma**
- GitHub: [@githubhandle](https://github.com/Felix45)
- Twitter: [@Felix_Atonoh](https://twitter.com/Felix_Atonoh)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/felix-ouma/)
## SetupIf you wish to run the project locally, please do the following:
- Clone the repository to your local machine. - **`git clone [email protected]:teckim/blograils.git`**
## 🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the [issues page](https://github.com/ridwanediallo/BlogApp/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](./MIT.md) licensed.