$ cd backend
# install dependencies
$ npm install
# run migrations
$ ./node_modules/.bin/knex migrate:latest
# Run server
$ npm start
$ cd frontend
# install dependencies
$ yarn
# Run application
$ yarn start
$ cd mobile
# install dependencies
$ yarn
# Run application
$ npm -i expo-cli -g && expo start