Skip to content

SafeAlert - A mobile app designed to deliver prompt assistance from volunteers nearby, providing effective solutions for unexpected incidents.

Notifications You must be signed in to change notification settings

dscdut/safe-alert

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

79 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SafeAlert 🚨

ava

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.

Technology used ✨

Setup and run

Click to expand

Clone the repo

git clone https://github.com/dscdut/safe-alert

Backend

  1. Prerequisites
npm install --global yarn
  1. Install NPM packages
cd backend
# run database migrations and seeds
npm run db:reset
yarn install
  1. Run the development server:
yarn start
  1. Open http://localhost:3000.

Mobile

  1. Change directory:
 cd ..
 cd mobile
  1. Get the dependencies:
flutter pub get
  1. Start build APK release file:
flutter build apk --release -t lib/main_staging.dart --flavor=staging

About

SafeAlert - A mobile app designed to deliver prompt assistance from volunteers nearby, providing effective solutions for unexpected incidents.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published