##Setup
- Clone the frontend and backend repository.
- Install
yarn
- In the frontend directory run
yarn; yarn start
. - A new card with the frontend should open up.
- To setup a backend install and setup Postgres database (use the
initdb.sql
script if you wish) - To build the backend run
mvn install
- To run the backend:
java -jar backend/target/backend-1.0-SNAPSHOT.jar