A database to explore biological relationships between Arabidopsis thaliana genetic characteristics.
Website Link
finder.plant.tools is a database to explore biological relationships between Arabidopsis thaliana genetic characteristics.
The Repo for backend is private. However, the following techolongy is used:
- Flask
- Google Cloud Storage
- Google Cloud App for hosting
6 Branches can be found in this repo.
- Master: - this contains the frontend code
- dge: - this contains all the trained dge model
- gh-phages: - to host a page in github
- go_mode: - this contains all the trained go model
- other_model - this contains other trained model
- Components: contains all the reusable UI elenments.
- Pages: Each page directory.
- Store: for redux state management.
- Assets: All the images used in this web.
You need to have Node >= 14.0.0
and npm >= 5.6
on your machine.
- clone or download repo
git clone https://github.com/Sweekwang/golabel.git
- cd into directory
cd golabel
- install dependencies using npm or yarn
yarn OR npm i
- Runs the app in the development mode Open http://localhost:3000/golabel to view it in the browser.
npm start