Refactor code structure for improved readability and maintainability

This commit is contained in:
암냥 2025-07-13 19:24:45 +09:00
commit 4e47d82b49
3 changed files with 16 additions and 1 deletions

15
README.md Normal file
View file

@ -0,0 +1,15 @@
## Requirements
To run this project, you need the following:
- [Bun](https://bun.sh/)
- [uv](https://github.com/astral-sh/uv)
Please make sure each tool is installed.
## How to run
./example-oauth2-server/
`uv run flask run --port 3020`

View file

@ -1,3 +1,3 @@
*.sqlite
#*.sqlite
*.pyc
venv/*

Binary file not shown.