Skip to content

AlexanderYovzhenko/App_NestJS

Repository files navigation

App_NestJS

Nest Logo

Nest Logo

A progressive Node.js framework for building efficient and scalable server-side applications.

NPM Version Package License NPM Downloads CircleCI Coverage Discord Backers on Open Collective Sponsors on Open Collective Support us

Description

Application on NestJS(Postgres, Sequelize) for text blocks with registration and authorization

Documentation for endpoints

Docs localhost:4000/doc - detailed documentation

Home localhost:4000 - home page, check if the server is running

Downloading

git clone https://github.com/GoldenManBel/App_NestJS.git

Installing NPM modules

npm install

Running application

running database postgresql
# watch mode
npm run start:dev 

or

npm run start

Auto-fix and format

npm run lint

Settings for connection to database in .env file(can be changed)


@UseGuards(RoleGuard) is documented in createRole and addRoleToUser for check application

(Закомментированы @UseGuards(RoleGuard) в createRole и addRoleToUser для проверки приложения)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published