Skip to content

zachgordon25/skeleton-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

54 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instructions

Download

Clone this repository from GitHub (HTTPS)

git clone https://github.com/zachgordon25/skeleton-app.git

Clone this repository from GitHub (SSH)

git clone [email protected]:zachgordon25/skeleton-app.git

Setup

Change directory into the project

cd skeleton-app

Setup virtual environment

Create a Virtual Environment

python -m venv .venv

Activate Virtual Environment (Mac)

source .venv/bin/activate

Activate Virtual Environment (Windows)

source .venv/Scripts/activate

Upgrade PIP (Mac)

pip install --upgrade pip

Upgrade PIP (Windows)

python.exe -m pip install --upgrade pip

Install Python packages

Install required Python packages

pip install -r requirements.txt

Setup Environment Variables

Make a copy of the example environment variables file

cp .env.example .env

Add your OpenAI API key to the newly created .env file.

Run the app

flask run

Run the app in debug mode

flask run --debug

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published