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
- Ruby
- Ruby on Rails
- PostgreSQL
To get a local copy up and running follow these simple example steps.
- clone the repository to you machine using your terminal:
git clone git@github.com:BenjaminSemah/BloggerApp.gitcd BloggerApp - Install the gems:
bundle install - Setup the development and the test databases:
yarn installrails db:create && rails db:migrate && rails db:seed - Seed the test database:
rails db:seed RAILS_ENV=test - To run the server:
rails serverTo run the tests use:rspec
👤 Benjamin Semah
- GitHub: Benjamin Semah
- Twitter: Benjamin Semah
- LinkedIn: Benjamin Semah
Contributions, issues, and feature requests are welcomed.
Feel free to check the issues page.
Give a ⭐️ if you like this project!
This project is MIT licensed.