juandiegou / backendManagerArduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dogtorsoftware Backend Inventories

Setup

Use the adonis command to install the blueprint

npm install

Migrations

Run the following command to run startup migrations.

adonis migration:run

run project

adonis serve --dev

Env

HOST=0.0.0.0
PORT=3200
NODE_ENV=development
APP_NAME=arduino-manager
APP_URL=http://${HOST}:${PORT}
CACHE_VIEWS=false
APP_KEY=PIuASwoJyLQ063sNoypwVszUvrxf93Pv
DB_CONNECTION=sqlite
DB_HOST=127.0.0.1
DB_PORT=3306
DB_USER=root
DB_PASSWORD=1234
DB_DATABASE=adonis
HASH_DRIVER=bcrypt

About


Languages

Language:JavaScript 99.3%Language:Shell 0.7%