Closed bigolboyyo closed 1 year ago
I will take a look into this task.
I will take a look into this task.
Very nice! Here's the Flask blueprint docs if needed: https://flask.palletsprojects.com/en/2.2.x/blueprints/
Postman is great for testing purposes: https://www.postman.com/
To provide more DRY code, I will abstract the routes from
app.py
intoapi/routes.py
and use the blueprints in theapp.py