Skip to content

Project for Advanced Software Engineering

License

Notifications You must be signed in to change notification settings

ejaliifua1s/powerplay

 
 

Repository files navigation

Power Play

image

Go

Table of Contents

Team Specific Pages

Helpful Commands

Clear and Re-run Migrations

Sometimes you need to clear out migrations due to a model change. While we are in early development we've decided to drop and recreate migrations vs. source control and continuously run them. You can easily drop the migrations table and have go auto migrate any changes.

** Note this will not drop columns / tables
** This needs to be ran while docker is running

make nuke-migrations

Run all Go tests

Ability to quickly run all go tests to ensure your changes pass all tests before committing code.

** This needs to be ran while docker is running

make test 

About

Project for Advanced Software Engineering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Vue 42.7%
  • Go 34.0%
  • TypeScript 11.3%
  • JavaScript 8.8%
  • HTML 2.0%
  • SCSS 0.6%
  • Other 0.6%