Usage Steps to run this project: Install dependencies npm install Run project npm start Run project in dev mode npm start dev Create migrations npm run mig:gen -- src/migrations/"name-migration" Run migrations npm run mig:run Prettier Format all files with Prettier: npx prettier . --write