Skip to content

AkifumiSato/at-api

Repository files navigation

overview

as = attendance + stamp This api is micro service in as.

develop env

  1. docker build
docker-compose build
  1. start
docker-compose up
  1. bash
docker-compose exec [backend|db] bash

migration

  1. init
docker-compose exec backend bash
diesel migration generate [migration_name]
  1. edit edit migration file.

  2. run

diesel migration run
  1. redo
diesel migration redo
  1. revert
diesel migration revert

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published