lucadebeir / backend-technical-test

Backend Technical Test - Red Ape Solutions - Stage 4A 2020

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Backend Technical Test

How to launch the project

  1. Download and install the latest version of Git : https://git-scm.com/downloads

  2. Clone the project on your computer. In your terminal, type the command : git clone https://github.com/lucadebeir/backend-technical-test.git

  3. Go to the folder of the cloned project from your device : cd backend-technical-test

  4. Download and install the latest version of Node.js : https://nodejs.org/en/

  5. To install all the modules necessary for the test to work, type the command : npm install

  6. Then, to start the server, type : npm start

  7. Navigate to http://localhost:3000/

How to launch the test

  1. Go to the folder of the cloned project from your device in a terminal : cd backend-technical-test

  2. In the terminal, type the command : npm test

About

Backend Technical Test - Red Ape Solutions - Stage 4A 2020


Languages

Language:JavaScript 60.6%Language:HTML 25.5%Language:CSS 13.9%