Toba99 / Backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend

Getting Started

First, install the application

npm install

or

yarn

next run if it the first time runing the app knex migrate:latest

if you have run the app befor run

knex migrate:rollback --all

then

knex migrate:latest

Run the development server:

npm run dev
# or
yarn dev

Open http://localhost:1337 with your browser to see the result.

for admin access set isadmin on users table to true

first account on the system is BOT account with id of 1

About


Languages

Language:TypeScript 99.6%Language:Shell 0.4%