Wahaj-Ali / DailyBlog

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Blog App

πŸ“— Table of Contents

πŸ“– Blog App

The Blog app is a classic example of a blog website. It will be a fully functional website that will show the list of posts and empower readers to interact with them by adding comments and liking posts. It uses PostgreSQL as its database management system.

πŸ›  Built With

Tech Stack

Ruby

Ruby on Rails

Key Features

  • Ruby on Rails framework
  • Ruby Gems as a software packages system
  • ORM
  • Database migration files to maintain database schema

(back to top)

πŸš€ Live Demo

(back to top)

πŸ’» Getting Started with database

Prerequisites

In order to run this project, you need

  1. Ruby installed.
  2. IDE of your choice.
  3. Rails installed.
  4. PostgreSQl installed and set up.

Setup

Clone this repository to your desired folder:

  cd my-folder
  git clone https://github.com/Wahaj-Ali/DailyBlog.git 
  cd DailyBlog

Install Dependencies

  bundle install

Run project

  rails server

(back to top)

πŸ‘₯ Authors

πŸ‘€ Wahaj Ali

(back to top)

Future Featurs

  • 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, Give a ⭐️.

(back to top)

πŸ™ Acknowledgments

(back to top)

πŸ“ License

This project is MIT licensed.

(back to top)

About


Languages

Language:Ruby 73.3%Language:HTML 19.0%Language:CSS 3.6%Language:Batchfile 2.8%Language:JavaScript 1.3%