QTimort / drug-record-application-finder

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

drug-record-application-finder

Setup

  1. Clone the project

    https://github.com/QTimort/drug-record-application-finder.git
    
  2. Copy ./font/.env.example to ./font/.env

Docker Compose setup

To install Docker Compose follow the instructions at https://docs.docker.com/compose/install/

  1. Open a terminal and run the command below

    docker-compose up
  2. Wait a few moment for the service to build and start.

Regular setup

  1. Java SDK 17 and Maven 3 or above must be installed.

  2. Open a terminal and run the following command to create a clean build:

    • Without Test
       mvn clean install -DskipTests "-Dskip.front.test=true"
    • Or with Test
       mvn clean install
  3. Start the back-end:

       mvn spring-boot:run -f ./back/pom.xml
  4. Start the front-end:

       mvn frontend:npm@npm-run-preview -pl front

Usage

Once you are all set:

About

License:MIT License


Languages

Language:Java 55.2%Language:TypeScript 30.1%Language:Vue 12.8%Language:HTML 1.0%Language:SCSS 0.4%Language:Shell 0.4%Language:JavaScript 0.1%