/blog-app

Primary LanguageRuby

logo

📗 Table of Contents

📖 Hello Rails

Blog App

This is a web app that allows the user to post, edit, save, and view their blog posts with time-stamped entries.

🛠 Built With

Tech Stack

Client
Database

(back to top)

🚀 Live Demo

  • comming soon ⌛

(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
  • Ruby on Rails
  • PostgreSql

Visit this link on how to install Ruby for different OS's.

Visit this link on how to install PostgreSQL.

After installing Ruby you can install rails by using the following command:

 gem install rails

Setup

Clone this repository to your desired folder:

  cd your-folder
  git clone https://github.com/uisendy/blog-app

Install

Install this project with:

  cd blog-app
  gem install

Usage

To run the project, execute the following command:

  rails server

Run tests

To run tests, run the following command:

  • No tests yet

Deployment

  • N/A

(back to top)

👥 Authors

👤 Sendy Inieke

🔭 Future Features

  • [Provide live demo]
  • [Multi blogging option]
  • [Viewers analytics based on location]

(back to top)

(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 make sure to give it a star 🌟

(back to top)

🙏 Acknowledgments

(back to top)

📝 License

This project is MIT licensed.

(back to top)