To run the app you need to follow the follow steps:
$ cd server
# install the dependencies
$ yarn
# run the migrations
$ yarn run knex:migrate
# start the server
$ yarn start
$ cd web
# install the dependencies
$ yarn
# start the server
$ yarn start
and... thats it :)