Skip to content

yousefabohend/nestjs-api-tutorial

Repository files navigation

Getting started

First, install the dependencies using npm install or yarn install.

Second, run the setup commends:

yarn db:dev:up
yarn prisma:dev:deploy
# OR
npm run db:dev:up
npm run prisma:dev:deploy

To remove docker env use yarn db:dev:rmor npm run db:dev:rm

Then, run the development server:

yarn start
# OR
npm run start

Then, open http://localhost:3000 with your browser to see the result (if it doesn't open automatically).

To other commend lock to package.json and you can use them by yarn or npm

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published