Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 247 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 247 Bytes

rust-backend

Getting Started

  1. Copy .env.sample to create .env file.
  2. Fill in the necessary environment variables in the .env file.
  3. Run cargo run to start the development server.

Dependencies

  • Actix web framework
  • SQLx