hz2 / project-nest

a nestjs backend API service

Home Page:https://app.respok.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

docker package GitHub code size in bytes GitHub last commit

About

a pim system;

next.js / react + mui + typescript

nest.js + typeorm + mysql + graphql

Flow chart

flowchart LR;
    A[github push] --> B[github action] --> C[run docker]
    click B href "https://github.com/hz2/project-nest/pkgs/container/project-nest" _blank

Docker package

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

About

a nestjs backend API service

https://app.respok.com/

License:GNU General Public License v3.0


Languages

Language:TypeScript 97.4%Language:Dockerfile 1.0%Language:JavaScript 0.9%Language:Shell 0.7%