saschasalles / dart-project

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

dart-project

School dart project game

Note

On /API directory

Don't forget to init a ormconfig.json with your database config at the root of /api.

Here is a template

ormconfig.json

{
    "type": "postgres",
    "host": "YOUR_DB_HOST",
    "port": "YOUR_DB_PORT",
    "username": "YOUR_DB_USER_NAME",
    "password": "YOUR_DB_PASSWORD",
    "database": "YOUR_DB_HOST",
    "entities":  ["dist/**/*.entity{.ts,.js}"],
    "synchronize": true,
    "logging": true
}

About


Languages

Language:JavaScript 67.3%Language:TypeScript 30.7%Language:HTML 1.2%Language:CSS 0.7%Language:Shell 0.0%