The self-developed talent pool of TUMTICS, using Airtalble as its storage space.
- Airtable
- python_version >= "3.8"
Create the .env
file:
export AIRTABLE_API_KEY=XXXXXXXXXXXXXXXXX
export AIRTABLE_BASE_ID=XXXXXXXXXXXXXXXXX
export FLASK_APP=<Server Name> # For Example: app.dummy_server
export FLASK_ENV=development # Default: production
$ docker-compose up --build
$ docker-compose down
$ cd ./flask-portal
$ pipenv install --dev
$ pipenv shell
$ python -m unittest # Test all scripts
$ python -m unittest tests/test_dummy_server.py # Test a script
$ python app/dummy_server.py