Categorygithub.com/ShiftOver/shiftover-backend
repositorypackage
0.0.0-20250102170200-b0523928a381
Repository: https://github.com/shiftover/shiftover-backend.git
Documentation: pkg.go.dev

# Packages

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# README

shiftover-backend

Monolith GO backend API codebase for ShiftOver

Development

Prepare development environments

make prepare

Rehook pre-commit

make rehooks

To start the local development server

make dev.up

To stop the local development server

make dev.down

Database Migrations

To create new migration

migrate-mongo create <migration-name>

To migrate database up (updating database)

make migrate.up

To migrate database down (rolling back database)

make migrate.down

To view migration status

migrate-mongo status