https://github.com/lxbrvr/aiohttp-chat
The simple chat backend based on python3.7 and aiohttp.
https://github.com/lxbrvr/aiohttp-chat
aiohttp asyncio chat python websocket
Last synced: 13 days ago
JSON representation
The simple chat backend based on python3.7 and aiohttp.
- Host: GitHub
- URL: https://github.com/lxbrvr/aiohttp-chat
- Owner: lxbrvr
- Created: 2019-09-16T20:38:58.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-05-25T02:58:23.000Z (about 4 years ago)
- Last Synced: 2023-03-09T02:57:55.005Z (over 3 years ago)
- Topics: aiohttp, asyncio, chat, python, websocket
- Language: Python
- Size: 26.4 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Description
The simple chat backend based on python3.7 and aiohttp.
## Requirements
* docker
* docker-compose
## Run
Run `make dev` command from the root directory.
## Commands
Commands can be run from the root of the directory.
| command | description |
| ------------ | ------------ |
| make dev | Runs the development server on http://0.0.0.0:8000. |
| make clean_db | Cleans the database. |
| make populate_db | Populates the database with fake data. |
## OpenAPI
The OpenAPI specification is available at http://0.0.0.0:8001