Skip to content

Full-stack project using JavaScript for the frontend and Python for the backend, containerised using Docker.

Notifications You must be signed in to change notification settings

lapointek/faststack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FastStack

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.

faststack gif

Installation

From source

Clone the repository:

git clone https://github.com/lapointek/faststack

OpenAI API Key

Add OpenAI API Key to the .env file in backend:

OPENAI_API_KEY=your_api_key_here

Usage

Using podman-compose

cd faststack
podman-compose up --build

Using docker-compose

cd faststack
docker-compose up --build

Run

Frontend (Docker)

Backend API (Docker)

About

This project is based on a tutorial implementation link and has been adapted to run in docker containers.

About

Full-stack project using JavaScript for the frontend and Python for the backend, containerised using Docker.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published