Jenyus-Org / recog-api

API for the Swiss school forum to connect business acquaintances across the country.
4 stars 0 forks source link

[ENHANCEMENT] Setup GraphQL Tools #2

Closed Dan6erbond closed 3 years ago

Dan6erbond commented 3 years ago

Add Apollo Server Express and TypeGraphQL packages, with NestJS config and sample App resolver. Includes auto-generated schema file for introspection.

Add .npmrc to .gitignore for setting up Python versions to fix issues with SQLite3 install, add the following line:

python = "path\to\python27\python.exe"

Update ormconfig.json to Js for selective entity paths, to avoid Ts import in Js production environment.