Skip to content

lucakbb/hackhpi26

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HackHPI26

Prerequisites

  • Docker installed and running

Backend (FastAPI)

cd backend

# Build the image
docker build -t hackhpi26-backend .

# Start the container
docker run -d -p 8080:8080 --name hackhpi26-backend hackhpi26-backend

Access:


Frontend (React + Vite)

cd frontend/cula-verification

# Build the image
docker build -t hackhpi26-frontend .

# Start the container
docker run -d -p 3000:80 --name hackhpi26-frontend hackhpi26-frontend

Access:

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors