Skip to content

mrriyous/cli-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Command-Line User Management App

Overview

This is a simple command-line application for managing users, doctors, and checkup schedules.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/mrriyous/cli-app.git
  2. Navigate to the project directory:

    cd cli-app
  3. Install dependencies using Composer:

    composer install
  4. Open cli-app.php change database details:

    $this->pdoWrapper = new PDOWrapper('localhost', 'database', 'root', 'password');
  5. Open migration.php change database details and run the migration:

    php migration.php

Usage

Run the command-line app using PHP:

php cli-app.php

About

SIMPLE CLI APP

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages