https://github.com/kossi-stack/blog-app
The Blog app is a classic example of a blog website. It's a functional website that shows the list of posts and empowers readers to interact with them by adding comments and liking posts.
https://github.com/kossi-stack/blog-app
ruby ruby-on-rails
Last synced: over 1 year ago
JSON representation
The Blog app is a classic example of a blog website. It's a functional website that shows the list of posts and empowers readers to interact with them by adding comments and liking posts.
- Host: GitHub
- URL: https://github.com/kossi-stack/blog-app
- Owner: Kossi-stack
- Created: 2021-12-10T21:54:27.000Z (over 4 years ago)
- Default Branch: dev
- Last Pushed: 2021-12-25T22:00:58.000Z (over 4 years ago)
- Last Synced: 2025-01-24T11:44:06.193Z (over 1 year ago)
- Topics: ruby, ruby-on-rails
- Language: Ruby
- Homepage:
- Size: 26.7 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Blog-app
The Blog app is a classic example of a blog website. It's a functional website that shows the list of posts and empower readers to interact with them by adding comments and liking posts.
Built With
Ruby
Ruby on Rails
Getting Started
To get a local copy up and running follow these simple example steps.
git clone https://github.com/Kossi-stack/blog-app.git
cd Trending-Blog-app
Prerequisites
Ruby Rails PostgresSQL
Setup
Install gems with:
bundle install
Setup database with:
rails db:create
rails db:migrate
Usage
Start server with:
rails server
Open http://localhost:3000/ in your browser.
Run tests
Install npm with:
npm i
Install rspec with:
bundle install
and
rails generate rspec:install
run the test with:
rspec spec
Author
👤***Kossi Fioklou***
- Location: Togo
- GitHub: [@Kossi-stack](https://github.com/kossi-stack)
- LinkedIn: [LinkedIn](https://www.linkedin.com/in/kossi-stack/)
🤝 Contributing
Contributions, issues, and feature requests are welcome!
Feel free to check the issues page.
Show your support
Give a ⭐️ if you like this project!
Acknowledgments
A special thanks to Microverse for inspiring this project. I am indebted to you all at Microverse
A special thanks goes to all our peers at Microverse for being there for me.
📝 License
This project is MIT licensed.