Skip to content

Latest commit

 

History

History
35 lines (18 loc) · 1.55 KB

README.md

File metadata and controls

35 lines (18 loc) · 1.55 KB

Technest Senior Test by Lorenzo Portillo

What is it?

It is a test designed for Technest Senior job position, started on 04/09/2020 and finished on 06/09/2020.

This test follows the instructions of PDF '/technest-test-master/senior-test.pdf'.


NOTE: About Part2 and Part3 of PDF, as BTC price is the same for all rows, the highlighting row is the one containing the Exchange Rate (Top bar), instead the accounts or transactions rows.

NOTE: There is a 3 seconds fake loading to show the Server Disconnected status on the begginig.

NOTE: There is a knwon issue on the scroll of detailed accounts page.

How to run?

This test is designed to run on local machine (Windows 8/10).

To run it, follow next steps:

  • Install Node.js from the webpage Node.js. Please choose the LTS version.

  • After install Node.js, execute the following comands on a windows console (please ensure you are in the indicated folder):

  • npm install -g @angular/cli (on folder '/technest-test-master/')

  • npm install -g @nestjs/cli (on folder '/technest-test-master/')

  • npm install (on folder '/technest-test-master/server/')

  • npm install (on folder '/technest-test-master/web-application/')

  • After the install has ended, execute start_server.bat and start_web-application.bat to run the test. The Server will run automatically, and the Web-Application will be opened on your browser (Do not close both consoles!).