Skip to content

MDario123/chess_axum

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess UCLV

Setup

  • Create .env file and write your connection url e.g.:
DATABASE_URL=postgres://user:[email protected]/chess
  • Install sqlx-cli and run migrations
cargo install sqlx-cli
sqlx migrate run

Run

cargo run

Or alternatively:

cargo run --release

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published