Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MohammadKhGh99 committed Nov 30, 2024
1 parent 622bfc0 commit b14e6e4
Showing 1 changed file with 18 additions and 4 deletions.
22 changes: 18 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,12 +25,26 @@ A software for storing patients data for therapists

## Installation

1. Clone the repository: `git clone https://github.com/MohammadKhGh99/PatientsData-FlaskVersion.git`
2. Install dependencies: `pip install -r requirments.txt`
1. Clone the repository:

```sh
git clone https://github.com/MohammadKhGh99/PatientsData-FlaskVersion.git
```

2. Install dependencies:

```sh
pip install -r requirments.txt
```

## Usage

1. Start the server: `python app.py`
1. Start the server:

```sh
python app.py
```

2. It should open a new browser page for you, if not Open the website in your browser: [127.0.0.1:5000](http://127.0.0.1:5000)
3. Add patient, click on the first button "إضافة مريض جديد":
1. Fill the data of the patient.
Expand All @@ -55,4 +69,4 @@ A software for storing patients data for therapists

## Contributing

Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.
Contributions are welcome! If you find any issues or have suggestions for improvements, please open an issue or submit a pull request.

0 comments on commit b14e6e4

Please sign in to comment.