Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 59210da

Browse files
authoredApr 8, 2025··
Merge pull request #4 from OZ-Coding-School/day8
Day8
2 parents 4d19893 + ec0a130 commit 59210da

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

62 files changed

+2883
-576
lines changed
 

‎.env

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
SECRET_KEY=secretkey123123124133123
2+
MYSQL_HOST=127.0.0.1
3+
MYSQL_PORT=3306
4+
MYSQL_USER=root
5+
MYSQL_PASSWORD=1234
6+
MYSQL_DB=fastapi_assignment_hard

‎.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ __pycache__/
44
.venv/
55
.coverage
66
.dmypy.json
7+
media/

0 commit comments

Comments
 (0)
Please sign in to comment.