Backend application for PBR project (All You Can Tweet)
Go to file
2021-12-01 14:38:00 +01:00
ayct_backend test 2021-12-01 14:25:42 +01:00
tests test 2021-12-01 14:25:42 +01:00
.gitignore added tests 2021-12-01 12:12:39 +01:00
Dockerfile fix to dockerfile 2021-12-01 14:38:00 +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 added tests 2021-12-01 12:12:39 +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