Skip to content

stackoftheweek/s1e1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 

Repository files navigation

s1e1

Screenshot 2024-12-12 at 8 28 32 PM

Quick Start

git clone https://github.com/stackoftheweek/s1e1-backend
cd s1e1-backend
# Start Ollama with llama3.2
docker compose up -d
./mvnw spring-boot:run

Start the backend

git clone https://github.com/stackoftheweek/s1e1-frontend
cd s1e1-frontend
npm install
npm run dev

Start the frontend