Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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