We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62effdb commit 8dc0e2eCopy full SHA for 8dc0e2e
README.md
@@ -1,20 +1 @@
1
-# FastAPI
2
-
3
-## Create a `.env` file based on `.env.dist` and make all the necessary customizations
4
5
-### To run the application in a docker container, run the command
6
7
-`docker-compose up -d`
8
9
-### To run the application without a docker container, complete follow these steps
10
11
-1. Install dependencies.
12
13
- `poetry install` or `pip install -r requirements.txt`
14
-2. Run application.
15
16
- `poetry run fastapi dev app` or `make dev`
17
18
-### Make documentation
19
20
-`make help`
+# User_Service
0 commit comments