A REST API for the Doki Doki Literature Club, The #1 Psychological Horror Experience.
Check the autogenerated interactive documentation generated by Swagger UI:
If you are using this API in your project make a pull request adding it here!
-
Install Poetry
-
Create a virtual environment and install dependencies
poetry shell && poetry install
- Start the process
ENV=dev uvicorn ddlc:app --reload
-
Install Docker
-
Build the image
docker build . -t ultirequiem/ddlc_api
- Run the image
docker run -p 8000:8000 -d ultirequiem/ddlc_api
This project is licensed under the MIT License.