Skip to content

Latest commit

 

History

History
45 lines (28 loc) · 1.18 KB

README.md

File metadata and controls

45 lines (28 loc) · 1.18 KB

Bio Studies Backend

Modules

Backend Web App

Java application that supports the bio studies data submission thought http web services.

Core Model

Contains model/database representation classes of Bio-Studies backend application.

Commons library

Contains utility methods and classes.

Spreadsheet Readers library

Contains utility methods and classes used to read submissions input files.

Submit Tools

Helps to perform submissions through terminal

Convert tool

Helps to convert between different submissions formats

Coding standards

The project follows the google java coding standards

Development task

Importing project

Import as gradle project in your favorite IDE

Generating artifact

Run gradle build command either using local distribution or wrapper

 gradlew.bat build (Windows)
 ./gradlew build (Linux)

Generated war will be available under BackendWebApp/builds/libs folder.