Skip to content

shivan-s/pole-signoff

Repository files navigation

Pole Academy (WIP)

The goal of this app is the catalog pole moves as you are learning them.

Development

Running development:

npm run dev

Running migrations

  1. Creating migrations based on database changes:
npx run makemigrations
  1. Apply the migrations:
npx run migrate