Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/linsomniac/micrgo
An attempt at a Vue+SpringBoot app generated largely by ChatGPT
https://github.com/linsomniac/micrgo
Last synced: 11 days ago
JSON representation
An attempt at a Vue+SpringBoot app generated largely by ChatGPT
- Host: GitHub
- URL: https://github.com/linsomniac/micrgo
- Owner: linsomniac
- Created: 2023-10-26T03:24:54.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-27T03:07:48.000Z (about 1 year ago)
- Last Synced: 2023-10-28T03:35:38.295Z (about 1 year ago)
- Language: Vue
- Homepage:
- Size: 178 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Overview
This is an attempt at getting ChatGPT 4 to build a Spring Boot application
using SQLite for a database and PrimeVue for a simple web interface. I wasn't
able to get this fully working, this is well outside my wheelhouse (I haven't
programmed any Java for 15 years, and I've never touched Vue before).## Building
docker build -t reapp . --progress plain
docker run -p 8080:8080 reapp