Skip to content

Latest commit

 

History

History
179 lines (124 loc) · 4.36 KB

README.md

File metadata and controls

179 lines (124 loc) · 4.36 KB

README

Yees_App

This README would normally document whatever steps are necessary to get the application up and running.

Things you may want to cover:

  • Ruby version

  • System dependencies

  • Configuration

  • Database creation

  • Database initialization

  • How to run the test suite

  • Services (job queues, cache servers, search engines, etc.)

  • Deployment instructions

Built With

  • Ruby on Rails
  • PostgreSQL
  • Tech Stack

    Client
  • Ruby
  • Key Features

    1. Inventory Management
  • see post, deelet post, create post
  • Options to list, add, and organize items.
  • 2. Intuitive Console Interface
  • User-friendly menu-driven system.
  • Seamless interaction and navigation.
  • 3. Persistent Data Storage
  • Save item details using JSON files.
  • Preserves collections between sessions.
  • (back to top)

    (back to top)

    Getting Started

    Getting Started

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

    Prerequisites

    You need the following tools be installed in your computer:

    Setup

    Clone this repository to your desired folder:

      cd my-prefered-folder
      
      git clone https://github.com/richie1988/Yees_App.git
    

    Install

    Install this project with:

      cd blog-app
      
      bundle install

    💾 Database

    Create the databases and run migrations with:

    rails db:create
    rails db:migrate

    Usage

    To run the project, execute the following command:

      rails server or rails s

    Run tests

    To run tests, run the following command:

      rspec spec/

    This project was crafted by a dedicated team:

    Richard Sikaonga

    (back to top)

    Future Features

    1. Edit and Remove Options
  • Modify details of existing posts.
  • Remove unwanted posts from the app.
  • 2. Advanced Sorting and Filtering
  • Sort and filter items based on various posts.
  • Enhance organization and accessibility.
  • 3. Data Export and Import
  • Allow users to export and import their data.
  • Facilitate data backup and migration.
  • 4. Recent Messages Database
  • Store recent messages for reference
  • Access a log of recent interactions.
  • (back to top)

    Contributing

    We welcome contributions to improve this project. If you'd like to contribute, please open an issue or create a new fork.

    (back to top)

    Show your support

    Star this repository if you find it useful!

    (back to top)