Docker is required.
cp .env.example .env
Then run
In dev mode
docker compose up -d --build
By default production
environment is build.
TO RUN development
environment go to .env and change property ENV_MODE
to development
THEN RUN
docker compose up -d --build
Try this API using Postman https://elements.getpostman.com/redirect?entityId=32049441-22ecbf4d-27d8-47b8-a037-d59b0aa9db98&entityType=collection
Raise and issue in this repository.
Fast, unopinionated, minimalist web framework for Node.js
Currently used major version is 4.x
TypeScript is a strongly typed programming language that builds on JavaScript, giving you better tooling at any scale.
Zod is a TypeScript-first schema declaration and validation library.
node-postgres is a collection of node.js modules for interfacing with your PostgreSQL database.