(Work in progress) A backend app, part of the Facelly-targeted Ads Platform, that run the core web services which provide Ads CRUD and analytics API, and provide communications via MQTT to the edge app.
Run following command to install python pre-requisite for mysqlclient python
sudo apt-get install python3-dev postgresql postgresql-contrib
sudo yum install python3-devel postgresql-server postgresql-contrib
brew install brew install pgloader
Use anaconda / virtualenv for setting up this project
Install pip requirements
pip install -r requirements.txt
Start server by executing command
(virtualenv / conda environment) > python manage.py runserver