Skip to content

dreamquark-ai/test-technique

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Hello guys

Welcome to this dry run of the DQ technical test The following code has been completed in approximately 10h and is here to set an example of what to do (or not to do ?)

Prerequisites

  • Have NodeJS at least 12
  • Have Docker desktop

API

Got to: packages/test-api

  • install dependencies: npm i

  • start the database: npm run mongo-start

  • start the api: npm start

  • stop the database: npm run mongo-stop

note: if you want to use another mongo instance, edit the file: packages/test-api/.env

APP

Go to: packages/test-app

  • install dependencies: npm i
  • start the ap: npm start

xoxo c3dr0x

About

Trial for DreamQuark's own technical test

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published