felixDev22 / blog_app

This is a blogging application built on Ruby on Rails for the backend. It enables users to browse through posts and comments from other users. Moreover, individuals who register can create their own posts, comment on existing ones, and express appreciation for posts by liking them. The application also seamlessly integrates with PostgreSQL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Blog-App

Logo

πŸ“— Table of Contents

πŸ“– Blog App

  • This is a blogging application built on Ruby on Rails for the backend. It enables users to browse through posts and comments from other users. Moreover, individuals who register can create their own posts, comment on existing ones, and express appreciation for posts by liking them. The application also seamlessly integrates with PostgreSQL.

πŸ›  Built With

Tech Stack

Server
Database

Key Features

  • Login and authentication.
  • See post from users.

(back to top)

πŸ’» Getting Started

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

Prerequisites

In order to run this project you need:

  • Ruby installed in your machine
  • Setup linters
  • gem install rails (Ruby gem)

Setup

Clone this repository to your desired folder:

  • git clone https://github.com/felixDev22/blog_app
  • cd Rails-Blog_App
  • bundle install
  • rails db:create
  • rails db:migrate

Usage

To run the project, execute the following command:

  • rails server

Run tests

To run tests, run the following command accordingly:

  • rails db:seed RAILS_ENV=test

  • rspec

(back to top)

πŸ‘₯ Author

πŸ‘€ Felix Nzomo Nyamai

πŸ‘€ Ajayi Ridwan

(back to top)

πŸ”­ Future Features

  • Allow users to like and comment
  • Allow users to add post

(back to top)

🀝 Contributing

Contributions, issues, and feature requests are welcome!

Feel free to check the issues page.

(back to top)

⭐️ Show your support

If you like this project then don't forget to give a star star on this repository

(back to top)

🀝 Acknowledgement

I would like to thank microverse for their resources.

(back to top)

πŸ“ License

This project is MIT licensed.

About

This is a blogging application built on Ruby on Rails for the backend. It enables users to browse through posts and comments from other users. Moreover, individuals who register can create their own posts, comment on existing ones, and express appreciation for posts by liking them. The application also seamlessly integrates with PostgreSQL.

License:MIT License


Languages

Language:Ruby 70.5%Language:HTML 21.9%Language:CSS 3.5%Language:Batchfile 2.8%Language:JavaScript 1.2%