Skip to content

nestjs backend implementation (from tutorial- real app)

Notifications You must be signed in to change notification settings

estherkim083/nestjs-app

Repository files navigation

npm install module-alias

INSERT INTO tags (name) VALUES ('dragons'); INSERT INTO tags (name) VALUES ('coffee'); SELECT * FROM tags;

npm install typeorm npm install @nestjs/typeorm

//migrate database

// "typeorm": "ts-node -r tsconfig-paths/register ./node_modules/typeorm/cli.js -d src/ormdatasource.ts", // "db:drop": "yarn typeorm schema:drop"

npm install bcrypt npm install jsonwebtoken npm install class-validator npm install class-transformer npm install slugify

About

nestjs backend implementation (from tutorial- real app)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published