Skip to content

rkirmann/GPT-4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

License MIT

Angular Spring Boot full stack app

Quick start

Make sure you have Maven and Java 11 or greater

# run from project root
mvn clean package

# change directory to the repo's backend build folder
cd server/target

# start the app
# both backend and frontend are packaged into a single jar
java -jar backend-0.0.1.jar

open frontend from browser

http://localhost:8080

Database

This project is using H2 database from a file in server/target

Initial data is loaded from import.sql file

To clear database, simply delete the spring-boot-h2-db.mv.db file and restart the app

To access database:

License

MIT

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published