SafeAlert - A mobile app designed to deliver prompt assistance from volunteers nearby, providing effective solutions for unexpected incidents.
This project will join GDSC Solution Challenge 2024.
Click to expand
git clone https://github.com/dscdut/safe-alert
- Prerequisites
-
Install node https://nodejs.org/en/download/
-
Install yarn
npm install --global yarn
- Install NPM packages
cd backend
# run database migrations and seeds
npm run db:reset
yarn install
- Run the development server:
yarn start
- Open http://localhost:3000.
- Change directory:
cd ..
cd mobile
- Get the dependencies:
flutter pub get
- Start build APK release file:
flutter build apk --release -t lib/main_staging.dart --flavor=staging