- Create a virtual env by running
python -m venv flask-env - Install Flask by running
pip install flask - Create uploads directory
/research/uploads/ - Create database directory
/database/database.sqlite - Create your environment variable in the
.envfile e.g.OPENAI_API_KEY={your_openai_api_key}
Use Postman for interaction with endpoints or the templates for a web interface interaction