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`
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue