aylabs / chatgpt

Experiments with ChatGPT
Apache License 2.0
0 stars 0 forks source link

Create an application totally coded with ChatGPT #5

Open acs opened 1 year ago

acs commented 1 year ago

Probably the typical TODO app offered by and endpoint could be enough.

ChatGPT Flask Todo App - Build Your Own Todo App with ChatGPT and Flask

acs commented 1 year ago
- app/
  - __init__.py
  - models.py
  - views.py
  - forms.py
  - static/
    - css/
      - style.css
    - js/
      - script.js
  - templates/
    - base.html
    - index.html
    - todo.html
- config.py
- requirements.txt
- run.py

And it has provide me with contents for all of them. Incredible! It has not provided all the first try but ...

Apologies for the incomplete answer earlier, here are the rest of the files for the Todo app:
....
Note that the run.py file is used to start the Flask development server. You can run the server using the command python run.py from the command line.
acs commented 1 year ago

It was ... shocking!!!