/Contact-Tracer

As a developer within DevOps at TechFundi, - a recently venture-funded startup - you are tasked with steering the team set up to develop an app that will help in contact tracing for the county hospital

Primary LanguageHTML

How To Run It

$ virtualenv venv
$ source venv/bin/activate
(venv)$ pip install flask
(venv)$ pip install mysql-connector-python
(venv)$ pip install flask-mysqldb
Incase you encounter any error installing 'pip install flask-mysqldb',
Install sudo apt-get install libmysqlclient-dev 
(venv)$ pip install flask-wtf
(venv)$ pip install passlib