An open API service indexing awesome lists of open source software.

https://github.com/sturdy-dev/codeball-todo-mvc


https://github.com/sturdy-dev/codeball-todo-mvc

codex openai openai-codex

Last synced: 9 months ago
JSON representation

Awesome Lists containing this project

README

          

# Codeball Todo MVC

Hey, this repository tracks the development of "CodeballMVC". A TodoMVC-like application built entirely with Codeball
and OpenAI Codex, using instructions such as:

> Add a /tasks endpoint listing all tasks in a sqlite database

and

> Update the add() method to return the id of the task created

The entire generated file is in `app.py`, and a new version of the file is created after every prompt.