This commit is contained in:
2021-08-17 16:37:14 -05:00
commit bc3f010a5a
8 changed files with 163 additions and 0 deletions

22
Makefile Normal file
View File

@@ -0,0 +1,22 @@
all:
make clean
make build
clean:
rm -rf target
build:
cargo build
test:
cargo test
up:
docker-compose up -d
down:
docker-compose down
run:
cargo run