You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Billy T. Hernandez edited this page Mar 26, 2021
·
5 revisions
From the Backend directory
mvn clean
mvn spring-boot:run
Linda wrote a cool bash script:
#!/bin/bash
cd
cd Path/To/Backend
export GOOGLE_APPLICATION_CREDENTIALS="/Full/Path/To/GOOGLE_APPLICATION_CREDENTIALS/file.json"
mvn spring-boot:run
open http://127.0.0.1:8080/