Skip to content

Let's Get Rusty, Rust Live Accelerator program, Immersion project.

Notifications You must be signed in to change notification settings

feamcor/letsgetrusty-auth-service

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

About

Let's Get Rusty, Rust Live Accelerator program, Immersion project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Rust 68.8%
  • HTML 15.2%
  • JavaScript 12.7%
  • Dockerfile 3.3%