B. Tutorial_Outline - ZamaZoe/1.-Kurro-REST-API-Tutorial_Introduction GitHub Wiki
Introduction
This tutorial is your guide to building REST APIs, covering everything from basic to advanced, including authentication, deployments, databases, and more. It follows an independent, incremental, and sequential structure, allowing you to start with any section you like.
Here's the tutorial outline:
- Tutorial Introduction
- Python Tutorial with Cheat Sheets
- Your first REST API
- Introduction to Docker
- Addition of Flask-Smorest Extension
- Moving to SQLAlchemy Database
- Adding Many-to-Many Relationships with SQLAlchemy
- User Authentication with Flask-JWT-Extended
- Data Migrations with Alembic and Flask-Migrate
- Basic Git Tutorial
- Deploy REST API to Render.com
- Task queues with rq and email sending