Skip to content

Commit f23f66e

Browse files
authored
Update README.md
1 parent 5a97ef7 commit f23f66e

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,19 +8,23 @@ This is a simple REST API built with Python and FastAPI.
88

99
Clone this repository to your local machine:
1010
```bash
11-
git clone https://github.com/your-username/my-fastapi-project.git
11+
git clone https://github.com/BaseMax/SimpleFastPyAPI
1212
```
13+
1314
Change into the project directory:
15+
1416
```bash
1517
cd my-fastapi-project
1618
```
1719

1820
Install the project dependencies:
21+
1922
```bash
2023
pip install -r requirements.txt
2124
```
2225

2326
Run the application:
27+
2428
```bash
2529
uvicorn main:app --reload
2630
```

0 commit comments

Comments
 (0)