Demo link: https://devpost.com/software/network-manager
Hosted here: https://network-managr.herokuapp.com/
Used technologies: Python, Django
Network Manager is a web application that allows the user to track contacts and contact points. Contact points can be of different contact point methods (email, Linkedin, etc). The user can set the contact point to different statuses like "sent", "responded - need to reply", and "responded - no need to reply". Network Manager clearly displays how many of the user's contact points are "sent" and how many of the user's contact points are "responded".
- Python
Install the python dependencies found in requirements.txt
python manage.py runserver
Then go to localhost:8000
This project is licensed under the MIT License - see the LICENSE.md file for details