Skip to content

tumaris/dragonhacks2020

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dragonhacks2020

Team:

  • Max Prehl
  • Corinna Hoang
  • Alex Chebatarev
  • Tumaris Yalkun

Project Summary

A web application that connects people who speaks different languages.

Getting Started

These instructions assume a Unix-like system using Bash and python3

  1. Clone the repo
$ git clone [email protected]:maxprehl/dragonhacks2020.git
  1. Start a python venv and activate it
$ python3 -m venv .venv

$ source .venv/bin/activate
  1. Install our dependencies into the venv using pip
$ pip install -r requirements.txt
  1. Run the app??
$ python3 app.py

About

Team effort

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 67.0%
  • CSS 29.0%
  • Python 4.0%