Skip to content

andre4352323/hackathon

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

UniBite Merged Project

This folder contains:

  • frontend/ (Html + CSS + React + Vite)
  • backend/ (Spring Boot + REST API + SQLite)

Run backend

cd backend
./mvnw spring-boot:run

Backend runs on http://localhost:8080.

Run frontend

cd frontend
cp .env.example .env
npm install
npm run dev

Frontend runs on http://localhost:5173 and calls backend using VITE_API_BASE_URL.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors