This repository holds the source code for the API of Scrum Master Tools
To setup this project you have to build the docker-compose file that builds up a mongodb container for the database I will now write the steps to build the project
NOTE: You have to provide the enviroment varialbes
MONGODB_ROOT_USERNAME
andMONGODB_ROOT_PASSWORD
before running the project.
$ cargo build --release
$ docker-compose up
$ ./target/release/smt_backend
$ docker-compose up
$ cargo run
See Changelog
See Todo List