Skip to content

stackoftheweek/s1e2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

s1e2

Refactor, add Spring Security and Redis

sotws1e2

Prerequisites

  • Java 23
  • Maven
  • Npm

Quickstart

git clone https://github.com/stackoftheweek/s1e2.git
cd s1e2/backend
docker compose up -d

Starts Ollama on Docker in the background http://localhost:11434 You will get your shell back

./mvnw spring-boot:run

You will NOT get your shell back http://localhost:8080 Use ctrl-c to stop

In another shell

cd ../frontend
npm install
npm run dev

You will NOT get your shell back Use ctrl-c to stop

open http://localhost:5173

About

Refactor, add Spring Security and Redis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published