Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Lesson of 17th April 2024

Content

Two different version of the REST APIs for YACR (Yet Another Chat Room):

  1. pydantic (https://docs.pydantic.dev/latest) - based version (more simple);
  2. sql-model (https://sqlmodel.tiangolo.com) - based version (more advanced).

Homework

*Optional activities:

  1. In the sql-model version implement the code for update user and room.
  2. How to add mechanisms for request authentication (https://fastapi.tiangolo.com/tutorial/security).
  3. Try to execute these programs with different versions of python.