- Powered By: UtilMeta

- Implemented API Specs
- Backend Framwork: UtilMeta
- Backend Example of Realworld
- Author: @voidZXL
- License: MIT
pip install -r requirements
file in conduit/config/env.py shows the env var required for this project
CONDUIT_PRODUCTION: optional, whether if this project is in production modeCONDUIT_JWT_sECRET_KEY: required, configure the JWT secret key for this projectCONDUIT_DJANGO_SECRET_KEY: optional, configure Django secret key for this project
Before you run the server, please configure these env vars
Migrate database before run the server
cd conduit
meta migratecd conduit
meta run -dor
cd conduit
python main.pyWhen the server is running, view http://127.0.0.1:8000/api/ops/openapi to get the OpenAPI json docs of this project auto generated by UtilMeta
There is a tutorial to build this project step by step, you can find it in