Skip to content

Management software for organizing an orientation week at university.

License

Notifications You must be signed in to change notification settings

whirlpool-galaxy/rs-ophase

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rs-ophase

GitHub GitHub tag (latest SemVer pre-release) rustc GitHub repo file count
Discord GitHub issues frontend backend

Development

Create a ./.env File:

DATABASE_URL="mysql://<USER>:<PASSWD>@localhost/<DBNAME>"

Install rust-lang:

curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

Database

Setup Dev DB

CREATE USER IF NOT EXISTS '<USER>'@'localhost' IDENTIFIED BY '<PASSWD>';
CREATE OR REPLACE DATABASE `<DBNAME>` DEFAULT CHARACTER SET utf8mb4 COLLATE utf8mb4_unicode_ci;
GRANT ALL PRIVILEGES ON `<DBNAME>`.* TO '<USER>'@'localhost' WITH GRANT OPTION;
FLUSH PRIVILEGES;
# export DATABASE_URL=mysql://<USER>:<PASSWD>@localhost/<DBNAME>
# or use .env file
sqlx setup

DB-ER

DB-ER

About

Management software for organizing an orientation week at university.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Languages