REST API solutions with different frameworks
1. Conditions
2. Solution
3. Results
4. Demo instructions
-
Create a solving set for the initial stages of real or test tasks for REST API developing, using
Bottle
,Flask
,FastAPI
and other possible frameworks. Add variants with usingSQLite
andPostgreSQL
DBMS and related tools, such asSQLAlchemy
, psycopg2, etc. -
Try to use
Swagger
in all cases, as an addition to possible self-made utilities for testing server from the client side. -
Implement OAuth2 authentication through a JSON Web Token.