Skip to content

Latest commit

 

History

History
40 lines (25 loc) · 485 Bytes

README.md

File metadata and controls

40 lines (25 loc) · 485 Bytes

AnGenoV

Poster of AnGenoV

How to install

git clone /~https://github.com/SevcanDogramaci/AnGenoV.git

Run AnGenoV

cd AnGenoV/

virtualenv .venv

. .venv/bin/activate
Start server
cd server/

pip install -r requirements.txt

export FLASK_APP=application.py

flask run
Start web interface
cd web_interface/

npm install

sudo npm start