An open API service indexing awesome lists of open source software.

https://github.com/ryzhk0vs/the-knowledge-bank-api


https://github.com/ryzhk0vs/the-knowledge-bank-api

basic-api nodejs postgresql

Last synced: 12 months ago
JSON representation

Awesome Lists containing this project

README

          

# BE-X01_RestApi-TheKnowledgeBank

## INSTALL PACKAGE
```bash
npm install
```
or
```bash
yarn install
```
or
```bash
pnpm install
```

## File .env
```bash
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
```