Skip to content

engineering4good/GeoFeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GeoFeed

geo-social networking service

For demonstration purpose secrets are NOT secret

  • location based communication
  • no registration
  • reactive UI
  • responsive design

screenshot

Technologies

Run locally

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

About

geo-social networking service demo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published