ядро платформы
Go to file
2021-07-08 10:58:49 +03:00
auth add methods for messaging 2021-07-01 21:26:04 +03:00
orm add methods for messaging 2021-07-01 21:26:04 +03:00
redis wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
resolvers minor changes 2021-07-08 10:58:49 +03:00
schema add methods for messaging 2021-07-01 21:26:04 +03:00
.gitignore wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
.pre-commit-config.yaml wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
docker-compose.yml wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
Dockerfile wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
exceptions.py wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
main.py register user, sign in and sign out working 2021-06-29 13:26:46 +03:00
Makefile wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
message_service.py merged with comments 2021-06-28 12:18:05 +03:00
README.md add starting instructions 2021-06-15 15:17:36 +03:00
requirements.txt wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
schema.auth.graphql wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
schema.messages.graphql wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
schema.prototype.graphql wip: redis, sqlalchemy, structured, etc 2021-06-28 12:08:09 +03:00
server.py add message subscription 2021-07-02 12:16:43 +03:00
settings.py register user, sign in and sign out working 2021-06-29 13:26:46 +03:00

discours-backend-next

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