Skip to content

arodrigues46/hackgt2025

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FiLog

Project for HackGT12 @ GeorgiaTech U.S.A.

This code constitues a proof of concept of the dashboard of our innovative medical device.

All the components run on a docker virtual network

docker network create <network_name>
  • Backend

We need to build and run the docker image.

cd backend
docker build -t backend_img .
docker run -d --name backend --network <network_name> -p <virtual_port>:<host_port> backend_img
  • Fronted

We can run the developement server using npm run dev inside the frontend webpage.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors