Requirements:
java: 21
node: 20
docker
cd ./scripts
./docker.sh
cd
back to the project root
mvn clean install
java -jar ./target/satchat-0.0.1-SNAPSHOT.jar
Open a new terminal from the project root and run:
cd ./satchat-ui
npm install
npm run start
open localhost:3000
If you see an error like Unexpected end of JSON input
that means you dont have any mock users in your database yet.
Set them up using the script setup-users.sh
:
cd ./scripts
./setup-users.sh