Nikaidou-Shinku / yur-paintboard

Just paint freely!

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Yur Paintboard

Just paint freely!

Build

Install sea-orm-cli: (Only for once)

cargo install sea-orm-cli

Build the project:

cargo build -r

perform the migrations:

DATABASE_URL="sqlite:./data.db?mode=rwc" sea-orm-cli migrate refresh

Setup the board:

./target/release/setup [-c <COLOR>]

Run the server:

./target/release/yur-paintboard

Generate entity from database

sea-orm-cli generate entity \
  -u "sqlite:./data.db?mode=rwc" \
  -o src/entities

About

Just paint freely!

License:MIT License


Languages

Language:Rust 100.0%