caro-marks / gcb_test

server created with Adonis.js as tecnical test for gcb group

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

backend

Build Setup

Install Docker Compose.

# Create container with MySQL
$ docker-compose up -d

# Create database structure
$ node ace migration:run

# install dependencies
$ npm install

# server with changes watcher
$ npm run dev

# build for production and launch server
$ npm run build
$ npm run start

About

server created with Adonis.js as tecnical test for gcb group


Languages

Language:TypeScript 99.6%Language:Shell 0.4%