Skip to content

goutamdh/Horigene_

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Horigene web app.

Horigene Web Application power by Bioclues. It is resarch paper Project

alt text

App Structure

/
├── LICENSE.md
├── README.md
├── requirements.txt
└──Horigene # Flask project folder
    ├── www # Angular project folder
    │   ├── dist/base
    │   ├── e2e
    │   ├── karma.conf.js
    │   ├── node_modules
    │   ├── package.json
    │   ├── protractor.conf.js
    │   ├── README.md
    │   ├── src
    │   ├── tsconfig.json
    │   └── tslint.json
    └── main.py

Requirements

Install the following requisites:

  • Python3
  • Virtualenv
  • NodeJs
  • Angular-cli

Installation

Create virtual enviroment folder and load:

$ virtualenv -p python3 .venv
$ source .venv/bin/activate

Install python dependencies:

(.venv) $ pip install -r requirements.txt

Install angular dependencies:

$ cd www
$ npm install

Deployment

First build production application of Angular with Angular-cli:

$ cd Horigene
$ ng build --prod

Start server:

$ source .venv/bin/activate
(.venv) $ python Horigene/main.py

Routes

  • /: Index route will serve angular application.
  • /hello: return Flask hello function.

Authors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published