Backend application for PBR project (All You Can Tweet)
Go to file
2022-01-24 23:20:49 +01:00
ayct_backend campaign api v1 2022-01-24 23:20:49 +01:00
tests fixed tests 2021-12-01 14:50:03 +01:00
.gitignore added tests 2021-12-01 12:12:39 +01:00
Dockerfile docker fix 2022-01-24 20:06:33 +01:00
heroku.yml heroku integration 2021-11-21 14:17:54 +01:00
Jenkinsfile added tests 2021-12-01 12:12:39 +01:00
README.md initial setup 2021-11-20 16:39:51 +01:00
requirements.txt db requirement lib 2022-01-24 21:58:36 +01:00
setup_core.sh added tests 2021-12-01 12:12:39 +01:00
setup.cfg test 2021-12-01 14:25:42 +01:00
setup.py test 2021-12-01 14:25:42 +01:00

Backend application for PBR project (All You Can Tweet)

To run project type:

pip3 install virtualenv
virtuvalenv venv
source venv/bin/activate
pip3 install setuptools
python3 -m pip install -r requirements.txt
flask run