https://github.com/benjaminsemah/bloggerapp
https://github.com/benjaminsemah/bloggerapp
Last synced: about 7 hours ago
JSON representation
- Host: GitHub
- URL: https://github.com/benjaminsemah/bloggerapp
- Owner: BenjaminSemah
- License: mit
- Created: 2022-05-03T23:27:43.000Z (about 4 years ago)
- Default Branch: dev
- Last Pushed: 2022-05-21T09:59:58.000Z (about 4 years ago)
- Last Synced: 2025-10-11T05:37:23.465Z (10 months ago)
- Language: Ruby
- Size: 197 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

# Blogger App
> The BloggerApp is a classic example of a blog website. I created a fully functional website that shows the list of posts and empowers readers to interact with them by adding comments and liking favorite posts.
> The app has an API that can be linked to other apps
## Built With
- Ruby
- Ruby on Rails
- PostgreSQL
## Getting Started
To get a local copy up and running follow these simple example steps.
1. clone the repository to you machine using your terminal:
`git clone git@github.com:BenjaminSemah/BloggerApp.git`
`cd BloggerApp`
2. Install the gems:
`bundle install`
3. Setup the development and the test databases:
`yarn install`
`rails db:create && rails db:migrate && rails db:seed`
4. Seed the test database:
`rails db:seed RAILS_ENV=test`
5. To run the server:
`rails server`
To run the tests use:
`rspec`
## Author
👤 **Benjamin Semah**
- GitHub: [Benjamin Semah](https://github.com/BenjaminSemah)
- Twitter: [Benjamin Semah](https://twitter.com/BenjaminSemah)
- LinkedIn: [Benjamin Semah](https://www.linkedin.com/in/benjaminsemah/)
## 🤝 Contributing
Contributions, issues, and feature requests are welcomed.
Feel free to check the [issues page](https://github.com/BenjaminSemah/BloggerApp/issues).
## Show your support
Give a ⭐️ if you like this project!
## 📝 License
This project is [MIT](https://github.com/BenjaminSemah/BloggerApp/blob/dev/LICENSE) licensed.