Citrus216 / promptly

A gamified journaling app that sparks daily creativity and idea generation through engaging prompts and social features
1 stars 0 forks source link

created backend as spring boot app #11

Closed Citrus216 closed 5 months ago

Citrus216 commented 5 months ago

run the app using: ./gradlew clean build (to clean old build folders and build the jar) java -jar build/libs/backend.jar

RyanTavol commented 5 months ago

to run on mac:

cd backend chmod +x gradlew ./gradlew clean build java -jar build/libs/backend-0.0.1-SNAPSHOT.jar