Skip to content

This NestJS application covers some basic code scaffolding. It has some go-to modules like JWT auth, user role and user module. More are yet to come.

License

Notifications You must be signed in to change notification settings

mobin-ism/nestjs-starter-kit

Repository files navigation

Nest Logo

Update Packages

We are gonna install an npm package globally for updating our package.json file with the latest version of used package in the starter kit. Install a package called npm-check-updates

npm install -g npm-check-updates

Then run the inspector that will inspect the package versions.

ncu -u

Now you will see the package.json file has been updated with the latest package versions.

Creating Environment

Before running the application, you have to make an .env file using the given .env.example file.

Installing Dependencies

yarn

Running the app

# Run development
yarn start

# watch mode
yarn start:dev

# production mode
npm run start:prod

Seed Superadmin data

yarn seed:run

Now you can login to the starter kit with [email protected] and 123456 as password.

About

This NestJS application covers some basic code scaffolding. It has some go-to modules like JWT auth, user role and user module. More are yet to come.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published