A website to locate nearby NGO using your GPS coords.
- In base directory
pip install req.txt
- In base directory
python manage.py migrate
(miogration file is all updated in every commit) - In base directory
python manage.py runserver
- In frontend directory
npm install
- In frontend directory
npm start
- Find appropriate algo for finding nearest NGO from DB
- Create UI