geo-social networking service
For demonstration purpose secrets are NOT secret
- location based communication
- no registration
- reactive UI
- responsive design
- frontend: Vue.JS, Leaflet, MUI
- backend: Django, Django REST Framework (DRF)
Prepare environment:
pip3 install virtualenv
virtualenv -p /usr/bin/python3.8 venv3
source venv3/bin/activate
pip install -r GeoFeed/requrements.txt
python GeoFeed/manage.py migrate --run-syncdb
Run server:
python GeoFeed/manage.py runserver