/RailsBlogApp

A Ruby on Rails blog application

Primary LanguageRubyMIT LicenseMIT

RailsBlogApp

📗 Table of Contents

📖 Rails Blog App

A Ruby on Rails blog application.

The big picture of RailsBlogApp a blogging app with an authentication system that allows posting and commenting from various users. This branch focuses on processing the data model.

🛠 Built With

Tech Stack

  • Ruby on Rails 7.0.4.3
  • Twitter Bootstap 4
Client
Server
Database

Key Features

  • Authentication system
  • Recent posts
  • Commenting system

(back to top)

🚀 Live Demo

  • [Not yet available]

(back to top)

💻 Getting Started

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

Prerequisites

You will need any code editor ruby version manager and a database, most preferrably, Postgresql. Ruby version used is 3.2.2

Setup

Clone this repository to your desired directory:

  git clone https://github.com/rloterh/RailsBlogApp.git
  cd RailsBlogApp
  git checkout dev

Install

Open project with a code editor and install this project with:

  bundle install

Configure database

Kindly update the database.yml within the config directory to match your database parameters. Then run the following commands:

  rails db:create
  rails db:migrate

Usage

To run the project, execute the following command:

  rails server

In your preferred browser, navigate to:

  http://localhost:3000

Run tests

To run tests, run the following command:

  bundle exec rspec

(back to top)

👥 Author

👤 Robert Loterh

GitHub
LINKEDIN
EMAIL
TWITTER

(back to top)

🔭 Future Features

  • Authentication
  • Posting system
  • Commenting system

(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...

(back to top)

🙏 Acknowledgments

I would like to thank Microverse

(back to top)

📝 License

This project is MIT licensed.

(back to top)