mnsoln / Ped_raw

A website I made for the Regional University Hospital of Strasbourg for my 1 month internship in 2023. Its goal is to create, store and modify pedigree files.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ped_raw

Installation

git clone https://github.com/mnsoln/Ped_raw.git
cd Ped_raw

You then need to update the .env file with your paths. You can use any folder you want for the Data folder.

docker-compose build
docker run --rm -v /Path/to/Ped_raw/Front:/Front -ti --entrypoint=sh ped_raw-frontend
#then inside the container
npm install
#then leave the container

You also need to change the variable "serverURL" in the vue files.

Launch

docker-compose up

image

screenshot from 12/07/2023

About

A website I made for the Regional University Hospital of Strasbourg for my 1 month internship in 2023. Its goal is to create, store and modify pedigree files.

License:GNU Affero General Public License v3.0


Languages

Language:Vue 58.3%Language:Python 31.9%Language:JavaScript 7.5%Language:Dockerfile 1.5%Language:HTML 0.8%