seanippolito / py-rate-limiter

simple python rate limiter
0 stars 0 forks source link

Design Flask API file structure #4

Open seanippolito opened 6 months ago

seanippolito commented 6 months ago

https://flask.palletsprojects.com/en/3.0.x/quickstart/

Use good design for the test API that will be created to test the rate limiter package

seanippolito commented 6 months ago

need to add FAST API and Pydantic before commiting