Skip to content

MellowMancer/Spring

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

Spring

Description

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.

Setup

Flask server setup

Pre-requisites: Python

    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)

Firebase setup

Pre-requisites: Node, NPM

or do this:
    npm install -g firebase-tools
    firebase login

Flutter setup

Pre-requisites: Android Emulator

    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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •