This project is part of the implementation of the FANNY protocol, divided into 2 main distinct projects (the API backend and the hybrid mobile application). A third project (the geolocation simulator) is also available as a development tool or for manual testing. You can learn more about the FANNY protocol itself here.
$ yarn
$ yarn dev
$ yarn build
$ yarn start
$ yarn lint
$ yarn lint:check
$ yarn eslint
$ yarn eslint:check
$ yarn stylelint
$ yarn stylelint:check
$ yarn prettify
$ yarn prettify:check
$ yarn test
$ yarn e2e
$ yarn unit