Skip to content

ryzhk0vs/the-knowledge-bank-api

Repository files navigation

BE-X01_RestApi-TheKnowledgeBank

INSTALL PACKAGE

npm install

or

yarn install

or

pnpm install

File .env

PORT = 1337
NODE_ENV = production

# Database PostgreSQL credentials (for production)
DB_HOST = localhost
DB_USER = postgres
DB_PASSWORD = ...
DB_NAME = ...
DB_PORT = 5432

JWT_SECRET = mysecret_test
ALLOWED_ORIGINS = http://localhost:3000

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published