/thinku-backend

backend application for the thinku quiz application providing rest and realtime functionalities

Primary LanguageTypeScriptMIT LicenseMIT

thinku-backend

status: Image upload: https://www.techiediaries.com/nestjs-upload-serve-static-file/ bij Next, add the following method mapped to the auth/:userid/avatar endpoint:

testing https://youtu.be/XbSZnGCJB2I bij 14:40 nestjs test examples: https://github.com/jmcdo29/testing-nestjs/tree/main/apps/typeorm-sample

Websockets: https://austinhowardtech.medium.com/nest-js-websockets-rooms-c5e68726c50c

backend application for the thinku quiz application providing rest and realtime functionalities front-end: https://github.com/TeunSpithoven/thinku-frontend

to run a dev server: download the project files or clone this repository

git clone https://github.com/TeunSpithoven/thinku-backend.git

install dependencies

npm install

run the development server

npm run start:dev

##Production disable the synchronize option in the TypeOrm configuration in app.module.ts

C4 model

image image image image