pod_transcript_search
Welcome to the pod transcript search webb app!
Tech stack used:
Languages used:
- Python (for the back-end),
- JavaScript (for the front-end).
Frameworks used:
- Flask,
- Flask-SQLAlchemy
How to install for local development:
Checkout program:
git clone [email protected]:torasirkka/pod-transcript-search.git
Install requirements
You need Python3 and pip3 for this project. You also need the libraries and frameworks listed in requirements.txt.
cd pod-transcript-search
pip3 install requirements.txt
createdb podcasts
python3 server.py