WIP
System:
- Install Rust
- MariaDB Server
- e.g.
docker run -p 3306:3306 --name store-db -e MARIADB_ROOT_PASSWORD=password123 -d mariadb:10.5-focal
- e.g.
VS-Code Extensions:
- Official Rust Extension
- Alternative: rust-analyzer (better auto completion)
- CodeLLDB (for debugging)
Workspace:
$ git clone https://github.com/StorageReloaded/Server.git
$ cd Server/
$ cargo run
Distributed under the GPL-3.0 License. See LICENSE
for more information