Skip to content

Latest commit

 

History

History
33 lines (29 loc) · 577 Bytes

README.md

File metadata and controls

33 lines (29 loc) · 577 Bytes

lifeline

Our submission for the GDSC solution challenge

How To Run Flutter APP

Clone the project

git clone https://github.com/DudeGFA/lifeline.git

Run "flutter pub get"

flutter pub get

Chose your preferred simulator or using preferred physical device Then run "flutter run"

flutter run

How To Run Django Backend

Clone the project

git clone https://github.com/DudeGFA/lifeline.git

navigate to the Django Backend directory

cd Django\ Backend/

start the django server

python manage.py runserver