Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 1006 Bytes

ReadMe.md

File metadata and controls

60 lines (42 loc) · 1006 Bytes

TopTalentsOnline

React / Node application where you can find IT professionals and contact them. They can see the listing of IT experts categorized by their main skills and subskills.

A visitor can search through the websites and browse developers by categories (e.g. web developer, data developer, mobile developer) and subcategories (React, Angular, Python, Rails, Node.js, Go; Oracle, SQL Server, ETL, Data, Machine Learning; iOS, Android, ...)

API

Requirements

Run MongoDB server using docker-compose

docker-compose up

Installs the dependencies.

npm install

Runs the app.

npm start

Runs jest tests.

npm test

Client

Requirements

  • Node.js LTS

Installs the dependenices.

npm install

Runs the app.

npm start

Runs jest tests.

npm test

Runs e2e tests (cypress js).

npx cypress open