Skip to content

Commit 95cda2a

Browse files
committed
create structure of project
1 parent a8d03b9 commit 95cda2a

File tree

9 files changed

+6
-11
lines changed

9 files changed

+6
-11
lines changed

.env.example

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
DB_NAME=fastapi
2+
DB_HOST=localhost
3+
DB_USER=root
4+
DB_PASSWORD=

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
/__pycache__/
2-
/venv
2+
/venv
3+
.env

Main.py

Lines changed: 0 additions & 10 deletions
This file was deleted.

app/__init__.py

Whitespace-only changes.

app/database.py

Whitespace-only changes.

app/main.py

Whitespace-only changes.

app/models.py

Whitespace-only changes.

app/routers/__init__.py

Whitespace-only changes.

app/routers/user.py

Whitespace-only changes.

0 commit comments

Comments
 (0)