ядро платформы
Go to file
2021-06-27 12:56:33 +00:00
auth_utils.py simple auth mechanism via JSON Web Token 2021-06-27 12:49:15 +00:00
message_service.py add signIn mutation; create/update message only for auth user 2021-06-27 12:56:33 +00:00
README.md add starting instructions 2021-06-15 15:17:36 +03:00
schema.graphql add signIn mutation; create/update message only for auth user 2021-06-27 12:56:33 +00:00

discours-backend-next

start message service: pip install ariadne pip install uvicorn uvicorn message_service:app