Skip to content

khinch/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 compose build
docker compose up

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

Configuration

Postmark

Test API Key

POSTMARK_API_TEST

About

Let's Get Rusty live accelerator project for sprints 1-6

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Rust 63.5%
  • TypeScript 25.8%
  • HTML 5.1%
  • JavaScript 3.5%
  • Shell 1.1%
  • Dockerfile 1.0%