No description
- Python 37.6%
- CSS 22.6%
- JavaScript 22.3%
- HTML 17.1%
- Dockerfile 0.4%
| static | ||
| templates | ||
| .dockerignore | ||
| .gitignore | ||
| app.py | ||
| cache.py | ||
| cors.py | ||
| Dockerfile | ||
| filters.py | ||
| ip.py | ||
| limit.py | ||
| README.md | ||
| requirements.txt | ||
| user_agent.txt | ||
LiteY
軽量な掲示板です
デバッグの開始
依存関係をインストールします
pip install -r requirements.txt
データベースを起動します
docker run --detach \
--name litey-mongo-debug \
--volume litey-mongo-debug:/data/db \
--publish 27017:27017 \
mongo
docker run --detach \
--name litey-redis-debug \
--volume litey-redis-debug:/data \
--publish 6379:6379 \
redis
サーバーを起動します
fastapi dev
デプロイ
今すぐデプロイ!