# Server ## Scripts ``` ./scripts/package.sh # package JAR ./scripts/deploy.sh # deploy JAR, POM into Chatopera Nexus Repo ``` ## Serving API ``` ./scripts/dev.sh # run JAR as standalone spring boot application, provide API with 8080 ```