Skip to content

Latest commit

 

History

History
32 lines (19 loc) · 636 Bytes

README.md

File metadata and controls

32 lines (19 loc) · 636 Bytes

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