khakimjanovich / nest-commerce

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

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

Description

    E-commerce api for learning purposes

Project learning goals

    - Nestjs
    - Sql database: Sequelize, Postgres
    - Swagger docs
    - Passport auth [local stragtegy]
    - RBAC 

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About


Languages

Language:TypeScript 100.0%