Backend application for PBR project (All You Can Tweet)
Go to file
wangobango 1dc93c5f0d added tests
test

test

add jenkinsfile

test

test

change to jenkinsfile

fix to jenkinsfile

asd

asd

asd

asd

asd
2021-12-01 12:12:39 +01:00
ayct-backend added tests 2021-12-01 12:12:39 +01:00
.gitignore added tests 2021-12-01 12:12:39 +01:00
Dockerfile added tests 2021-12-01 12:12:39 +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
pyproject.toml 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 added tests 2021-12-01 12:12:39 +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