FastStack is an AI-powered, choose-your-own-adventure storytelling application built with the OpenAI API, featuring a Python backend and a JavaScript frontend. The entire application is containerized using Podman and Docker.
Clone the repository:
git clone https://github.com/lapointek/faststack
Add OpenAI API Key to the .env file in backend:
OPENAI_API_KEY=your_api_key_here
cd faststack
podman-compose up --build
cd faststack
docker-compose up --build
- http://localhost:8000
- Swagger Docs: http://localhost:8000/docs
This project is based on a tutorial implementation link and has been adapted to run in docker containers.
