Refactor code structure for improved readability and maintainability
This commit is contained in:
parent
7cd05b5c6a
commit
4e47d82b49
3 changed files with 16 additions and 1 deletions
15
README.md
Normal file
15
README.md
Normal 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`
|
||||||
|
|
||||||
2
example-oauth2-server/.gitignore
vendored
2
example-oauth2-server/.gitignore
vendored
|
|
@ -1,3 +1,3 @@
|
||||||
*.sqlite
|
#*.sqlite
|
||||||
*.pyc
|
*.pyc
|
||||||
venv/*
|
venv/*
|
||||||
|
|
|
||||||
BIN
example-oauth2-server/instance/db.sqlite
Normal file
BIN
example-oauth2-server/instance/db.sqlite
Normal file
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue