em7v / node-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Get started

npm install
npm run build

Set env variables (support local env file .env)

DB_HOST
DB_PORT
DB_DATABASE
DB_USERNAME
DB_PASSWORD
APP_PORT

Run migration

npm run migration

Start app

npm run start

Link to the client part

https://github.com/Friday14/react-client

About


Languages

Language:TypeScript 100.0%