/blog

This is a blog application where users can add, like comment and manage their blog posts.

Primary LanguageRuby

Blog

This is a blog application where users can add, like comment and manage their blog posts.

Built With

Getting Started

To get a local copy up and running follow these simple example steps.

Prerequisites

  Ruby
  Ruby on Rails
  PostgreSQL

Setup

Clone the repository and change the directory to blog

  $ git clone git@github.com:Felix45/blog.git

  $ cd blog

Install

Install all project dependencies by running the command below

  $ bundle install

Run the application

  $ bin/rails server

Visit the homepage of application

  $ http://localhost:3000/

Check linter errors

  $ rubocop .

Run tests

  $ rspec

API documentation

  $ http://localhost:3000/api-docs

Authors

👤 Name Github Twitter LinkedIn
Felix Ouma @Felix45 @Felix_Atonoh LinkedIn
Ridwan Diallo @ridwanediallo @twitterridwan LinkedIn

🤝 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

  • Hat tip to Microverse for giving me this project to work on

📝 License

This project is MIT licensed.