Jaga Mental
Jaga Mental - Backend
Table of Contents
- Introduction
- Prerequisites
- Service Architecture
- Installation
- Configuration
- Running the Application
- Folder Structure
Introduction📚
Mental health issues among Gen Z in Indonesia have been on the rise, with limited access to services tailored to their needs. Our team identified this gap and developed an innovative solution combining machine learning, mobile development, and cloud computing to empower users in managing their mental health. By leveraging technology, we aim to help users independently understand their mood patterns and improve their overall well-being.
Service Architecture🏛
Prerequisites📋
Ensure you have the following installed on your system:
Installation💾
1. Clone the Repository
2. Install Dependencies
or if you're using yarn
Configuration⚙
1. Create Firebase Key
Create a firebase-key.json
file inside the src/ directory and place your Firebase credentials in it.
Example firebase-key.json
:
2. Set up environment variables
Create .env
file in the root of directory and add following variables:
Running The Application🚀
Development Mode
To start app in development mode :
Production Mode
To start app in production mode :