We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a97ef7 commit f23f66eCopy full SHA for f23f66e
1 file changed
README.md
@@ -8,19 +8,23 @@ This is a simple REST API built with Python and FastAPI.
8
9
Clone this repository to your local machine:
10
```bash
11
-git clone https://github.com/your-username/my-fastapi-project.git
+git clone https://github.com/BaseMax/SimpleFastPyAPI
12
```
13
+
14
Change into the project directory:
15
16
17
cd my-fastapi-project
18
19
20
Install the project dependencies:
21
22
23
pip install -r requirements.txt
24
25
26
Run the application:
27
28
29
uvicorn main:app --reload
30
0 commit comments