This repo is the foundation for creating a new microservice in the yabs project.
- Create a new repo on github and select this as the template.
- Adjust the name of this app in the Cargo.toml and the Dockerfile entry line.
cargo release patch/minor/major --executesqlx migrate addThis needs to be ran and commited to the repo to allow for the ci/cd to build with sql.
cargo sqlx prepare- Clean up old proto
git rm proto rm -rf .git/modules/proto git config --remove-section submodule.proto
- Add new submodule
git submodule add ...