Group project for the emerging module course
Rust is a general-purpose programming language known for its focus on performance, type safety, concurrency, and memory safety. The goal of this project is to determine if Rust can replace Ruby on Rails, Python+Django or Spring Boot to write web applications. Keywords: Rust, WebAssembly, web development, OWASP Top 10
- Install Docker, and launch Docker Daemon
- Navigate to project root, and run command 'docker compose up'
- After containers are built, Axum website is served at localhost:3000, Django at localhost:8000