Skip to content

OmarMWarraich/blog-ror

Repository files navigation

logo

README

📗 Table of Contents

📖 [blog-ror]

[blog] is a web application where users can create articles, and other users can read and comment on them. It is built using Ruby on Rails framework.

🛠 Built With

Tech Stack

ruby on rails

Key Features

The catalog of my things ruby App has the following features:-

  • Create an Article
  • Read an Article
  • Update an Article
  • Delete an Article
  • Create a Comment
  • Delete a Comment
  • Basic Authentication

(back to top)

💻 Getting Started

Prerequisites

In order to run this project you need:

Windows users

Download the latest version of ruby using this link

Linux

coming soon

Macos

coming soon

Setup

You can download the page by clicking in the code green button and select Download ZIP or if you are a developer. You can get the https link or ssh link just copy it and use your favourite command line git interface and write this git clone https://github.com/OmarMWarraich/blog-ror.git if you use https or write git clone git@github.com:OmarMWarraich/blog-ror.git if you use ssh

Usage

  • Open your terminal and change the directory to the location of this repo using this command cd file_path
  • Run this command bundle install to install all the dependencies
  • Run this command rails db:migrate to migrate the database
  • Run this command rails server to start the server

Basic Authentication

  • User Name: dhh
  • Password: secret

(back to top)

Tests

  • Coming soon

👥 Author

👤 OmarMWarraich

(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 it a ⭐️ and share this projects with your friends

(back to top)

❓ FAQ

  • [Does this App has a GUI?]

    • Yes. This app has a GUI and it is built using the ruby on rails framework
  • [What is the name of database application that this app use to store its data?]

    • This app uses sqlite3.

(back to top)

📝 License

This project is MIT licensed.

(back to top)