Skip to content

vicgmail/version

Repository files navigation

Project setup

$ yarn

Compile and run the project

# development
$ yarn start

# watch mode
$ yarn start:dev

# production mode
$ yarn start:prod

DB

# create migration
$ yarn migrate:generate --name=version


# run migration
$ yarn migrate:up

# undo migration
$ yarn migrate:undo

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published