Backend application for PBR project (All You Can Tweet)
Go to file
2022-06-09 22:03:32 +02:00
ayct_backend change campaign endpoint 2022-06-09 22:03:32 +02:00
tests fixed tests 2021-12-01 14:50:03 +01:00
.gitignore added tests 2021-12-01 12:12:39 +01:00
Jenkinsfile added tests 2021-12-01 12:12:39 +01:00
Procfile procfile fix 2022-06-09 21:30:11 +02:00
README.md initial setup 2021-11-20 16:39:51 +01:00
requirements.txt heroku deploy with gunicorn 2022-06-09 19:52:54 +02:00
setup.cfg test 2021-12-01 14:25:42 +01:00
setup.py request logs fix 2 2022-01-31 17:28:52 +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