Mobile application made in PoliMi course "Design and implementation of Mobile Applications"
Navigate to the folder app/spritzer and run the following commands to install the correct node modules and to start the frontend:
yarn
npx expo startNavigate to the folder app/spritzer/backend and run the following commands to install the correct node modules and to start the backend:
yarn
node index.js