This template should help get you started developing with NestJS.
Create a repo from this template on GitHub
npx degit phakedev/nestjs-mysql-typeorm-template my-app
cd my-app
pnpm install
Start a local server with the following terminal commands:
pnpm start:dev
- Check your migration queries in
src/migrations
pnpm run typeorm:run
pnpm typeorm:migrate <entity-migration>
- Check your migration queries in
src/migrations
pnpm run typeorm:run
If everything went well, you have up to date entities and a migrations
table listing applied migrations.