Skip to content

vittorius/lgr-live-bootcamp-project

 
 

Repository files navigation

Setup & Building

cargo install cargo-watch
cd app-service
cargo build
cd ..
cd auth-service
cargo build
cd ..

Run servers locally (Manually)

App service

cd app-service
cargo watch -q -c -w src/ -w assets/ -w templates/ -x run

visit http://localhost:8000

Auth service

cd auth-service
cargo watch -q -c -w src/ -w assets/ -x run

visit http://localhost:3000

Run servers locally (Docker)

./docker.sh

visit http://localhost:8000 and http://localhost:3000

About

LGR Live Bootcamp Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 79.4%
  • HTML 8.9%
  • JavaScript 8.7%
  • Dockerfile 2.2%
  • Shell 0.8%