Skip to content

goudete/model-generated-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

GPT-4 Generated Python Server

Prompt

Write a simple TODO app using FastAPI, that lets a user 
add TODOs, list their TODOs, delete TODOs, and update TODOs.

Include a `__main__` section which will run this app 
using uvicorn. The python module where I save this code 
will be called `main.py`.

Run

Create & activate virtual environment

$ python3 -m venv venv
$ source venv/bin/activate

Install dependencies

$ pip install -r requirements.txt

Run Server

python3 main.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages