Skip to content

Commit 8dc0e2e

Browse files
committed
first commit
1 parent 62effdb commit 8dc0e2e

File tree

1 file changed

+1
-20
lines changed

1 file changed

+1
-20
lines changed

README.md

Lines changed: 1 addition & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -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`
1+
# User_Service

0 commit comments

Comments
 (0)