Wahaj-Ali / blog-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

logo

Blog App

πŸ“— Table of Contents

πŸ“– Blog App

This project involves building a blog application using Ruby on Rails with the ability to create & view blog posts, commenting, like functionality. The app use PostgreSQL as its database management system. The goal is to create a user-friendly and responsive web application that allows users to easily create and share their blog posts.

πŸ›  Built With

Tech Stack

Server

Key Features

  • Registered users will be able to create new blog posts.

  • Users will be able to view blog posts on the application's home page.

  • Users will be able to delete their own blog posts.

  • Users will be able to comment on blog posts.

(back to top)

πŸ’» Getting Started with ruby-catalog

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

Prerequisites

In order to run this project you need:

  1. Ruby installed on your machine
  2. Text editor (VSCode, Sublime, Atom, etc.)
  3. Install Rails gem

Setup

Clone this repository to your desired folder:

  cd folder-name
  git clone https://github.com/rbhatt1999/blog-app.git 

Install

Install this project with:

  cd blog-app

Dependencies

Install Dependencies with:

  bundle install

create database in your postgre with:

  rails db:create

Note: If you have any problem with the database, you can check the database.yml file and change the username and password to your own.

Run migration with:

  rails db:migrate

Usage

Run Project with:

  rails server

Run tests

Run tests with:

  rspec

(back to top)

πŸ‘₯ Authors

πŸ‘€ Rohit Bhatt

(back to top)

πŸ”­ Future Features

  • Add Styling to the Project
  • Add Authentication page

(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, please leave a ⭐️

(back to top)

πŸ™ Acknowledgments

We would like to thank Microverse for providing the reading materials that aided me during the project development

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About

License:MIT License


Languages

Language:Ruby 77.3%Language:HTML 16.8%Language:JavaScript 3.7%Language:CSS 2.1%