E-learning system
Run the server in development mode.
Run the server in development with debug mode.
Watch changes when coding UI with tailwind.
Check for linting errors.
Fix linting errors.
Format code with prettier rules.
Build the project for production.
Run the production build (Must be built first).
Generate a file migration containing the most recent changes that have not yet been run to the schema.
Execute all pending migrations.
Rollback the most recently executed migration.
Show all migrations and whether they've been run or not.
[X] = Migration has been ran
[ ] = Migration is pending/unapplied
Insert seed data for database.
Run the test suite once.
Run the test suite in watch mode.
Run the test suite with coverage reporting enabled.