Welcome to Biohub.
USTC-Software
python >= 3.5
pip
mysql >= 5.7
redis
nodejs
git clone https://github.com/igemsoftware2018/Team_USTC_Software
cd Team_USTC_Software
cd Backend
- Make sure
mysql
,redis
services are running. - Edit configuration.
cp config.json.example config.json
vim config.json
- Create runtime environment.
python3 -m venv .env
source .env/bin/activate
(.env) $ pip install -r requirements/dev.txt
- Initialize.
./biohub-cli.py init
- Run server.
./biohub-cli.py runserver
Frontend pages are built with angular, it's easy to setup with angular-cli tools (ng
).
cd Frontend
ng serve
ng server --prod