MagicLegend / ts-testing-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TS Testing Project

To run this project, it can be handy to have a MariaDB instance running. This can be done via docker-compose with the following yml file:

version: '3'
services:
  mariadb:
    image: mariadb:latest
    ports:
    - "3306:3306"
    environment:
    - MYSQL_ROOT_PASSWORD=testdb
    - MYSQL_DATABASE=testdb

Sequelize will automatically build the database this project requires.

About


Languages

Language:TypeScript 68.3%Language:JavaScript 31.7%