Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Template Repo

This repo is the foundation for creating a new microservice in the yabs project.

Using this repo

  1. Create a new repo on github and select this as the template.
  2. Adjust the name of this app in the Cargo.toml and the Dockerfile entry line.

Creating a release

cargo release patch/minor/major --execute

Creating a sql migration

sqlx migrate add

Update sql scripts for release

This needs to be ran and commited to the repo to allow for the ci/cd to build with sql.

cargo sqlx prepare

How to change the proto repo

  1. Clean up old proto
    git rm proto
    rm -rf .git/modules/proto
    git config --remove-section submodule.proto
  2. Add new submodule
    git submodule add ...

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages