Team:
- Max Prehl
- Corinna Hoang
- Alex Chebatarev
- Tumaris Yalkun
A web application that connects people who speaks different languages.
These instructions assume a Unix-like system using Bash and python3
- Clone the repo
$ git clone [email protected]:maxprehl/dragonhacks2020.git
- Start a python venv and activate it
$ python3 -m venv .venv
$ source .venv/bin/activate
- Install our dependencies into the venv using pip
$ pip install -r requirements.txt
- Run the app??
$ python3 app.py