bizmatch-project/bizmatch-server
Andreas Knuth 3e84b82c92 BugFixes bzgl. Observables, Logging Anpassungen, Endpunkt hardening, dotenv-flow usage 2024-09-20 13:49:50 +02:00
..
.vscode Mail Modul überarbeitet, Korrekturen am PaymentService, neuer customerType seller 2024-08-22 22:59:33 +02:00
data Umbau zu location / companyLocation 2024-08-07 19:00:34 +02:00
src BugFixes bzgl. Observables, Logging Anpassungen, Endpunkt hardening, dotenv-flow usage 2024-09-20 13:49:50 +02:00
.editorconfig Bug Fixing overall 2024-05-06 20:13:09 +02:00
.env.development BugFixes bzgl. Observables, Logging Anpassungen, Endpunkt hardening, dotenv-flow usage 2024-09-20 13:49:50 +02:00
.env.production BugFixes bzgl. Observables, Logging Anpassungen, Endpunkt hardening, dotenv-flow usage 2024-09-20 13:49:50 +02:00
.eslintrc.js add version.js 2024-05-16 13:32:42 -05:00
.eslintrc.json Bug Fixing overall 2024-05-06 20:13:09 +02:00
.gitignore export DB, Event creation, broker with city/state 2024-09-12 15:13:56 +02:00
.prettierrc Bug Fixing overall 2024-05-06 20:13:09 +02:00
README.md initial release 2024-02-29 10:23:41 -06:00
broker.json cleanup + Property images 2024-05-05 15:30:10 +02:00
drizzle.config.ts changes to imports & import Embeddings 2024-07-12 22:00:29 +02:00
importlog.txt Stripe Pricing + Subscriptions 2024-08-21 21:13:43 +02:00
nest-cli.json Bug Fixing overall 2024-05-06 20:13:09 +02:00
package.json BugFixes bzgl. Observables, Logging Anpassungen, Endpunkt hardening, dotenv-flow usage 2024-09-20 13:49:50 +02:00
tsconfig.build.json Umstellung auf nodeclassic 2024-09-04 14:56:24 +02:00
tsconfig.json Issue: #109 2024-09-10 21:30:03 +02:00

README.md

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

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.