Spring is a comprehensive general well-being app for identifying and mitigating the risk of developing mental disorders/suicidal tendencies in people at an early stage, allowing users to take control of their mental well-being. Spring suggests various preventive measures for non-communicable diseases to ensure users a healthy life.
cd spring-api
python venv .venv
.venv\Scripts\activate
pip install flask
cd api
flask run
(The localhost server may not be detected by Flutter, use your IP address as the address in that case)
For Firebase CLI either follow this guide: https://firebase.google.com/docs/cli?hl=en&authuser=0#install_the_firebase_cli
npm install -g firebase-tools
firebase login
Install flutter using this guide: https://docs.flutter.dev/get-started/install/windows/mobile
cd ..
cd spring-frontend
dart pub global activate flutterfire_cli
flutterfire configure --project=spring-a-ling
(Will only work if your firebase login is added as a collaborator on the project)
dart pub get
flutter run