Skip to content

rusty-replay/replay-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🦀 Backend (Rust + Actix-Web)

Server

Get started

🔧 Environment Variables

.env 파일을 프로젝트 루트에 생성하고 아래 내용을 추가해주세요:

# Database 연결 URL (예: MySQL)
DATABASE_URL=mysql://<user>:<password>@<host>:<port>/<database>

# JWT 서명에 사용할 시크릿 키
JWT_SECRET=your_jwt_secret

Run server

cargo run

See Swagger UI

http://localhost:8081/swagger-ui/

About

rusty replay Rust server

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages