/BloggerApp

Primary LanguageRubyMIT LicenseMIT

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

🤝 Contributing

Contributions, issues, and feature requests are welcomed.

Feel free to check the issues page.

Show your support

Give a ⭐️ if you like this project!

📝 License

This project is MIT licensed.