Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Экземпляр проекта(бэкенд), срезанная версия

Notifications You must be signed in to change notification settings

aktumar/SAS_backend_for_mobile_app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Test project, mobile application backend

Ubuntu Python HTML5 MariaDB FastAPI Redis

Request models ↘️
  • Request from CLIENT (insert/select from DB)
Server ↘️

Response model:

return{
    'status': status.HTTP_200_OK,
    'dat': rq,
    'key': key
}

or: 

return {
    'status': status.HTTP_400_BAD_REQUEST,
    'error': 'Произошла внутренняя ошибка сервера. Попробуйте позже',
}
SQL (insert/select/update) ↘️
Response models ↘️

JSON response models in

return {
	'dat': rq
}

Image alt

About

Экземпляр проекта(бэкенд), срезанная версия

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published