Skip to content
This repository has been archived by the owner on Feb 29, 2024. It is now read-only.

kmcwebdev/erp_v2_nestjs_api

Repository files navigation

ERP V2 NestJS API

This is the API documentation for the ERP V2 NestJS API.

API Endpoints

Endpoint 1

  • URL: /endpoint1
  • Method: GET
  • Description: Add a brief description of what this endpoint does here.
  • Query Parameters: param1, param2
  • Body: { "key1": "value1", "key2": "value2" }
  • Response: { "responseKey1": "responseValue1", "responseKey2": "responseValue2" }

Endpoint 2

  • URL: /endpoint2
  • Method: POST
  • Description: Add a brief description of what this endpoint does here.
  • Query Parameters: param1, param2
  • Body: { "key1": "value1", "key2": "value2" }
  • Response: { "responseKey1": "responseValue1", "responseKey2": "responseValue2" }

To generate types for sql queries (fyi: not an orm)

teller run pnpm run kysely-codegen
docker tag erp-v2-nestjs-api:latest registry.digitalocean.com/kmc-docker-registry/erp-v2-nestjs-api:latest && docker push registry.digitalocean.com/kmc-docker-registry/erp-v2-nestjs-api:latest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published