An open API service indexing awesome lists of open source software.

https://github.com/benjaminsemah/bloggerapp


https://github.com/benjaminsemah/bloggerapp

Last synced: about 7 hours ago
JSON representation

Awesome Lists containing this project

README

          

![](https://img.shields.io/badge/Rails-BloggerApp-brown)

# 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.