# 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