/torre_finder

A small app that will help companies to find people based on the Skills and Experience of another Torre user. You can use it to find similar talents to another people

Primary LanguageJavaScriptMIT LicenseMIT

Torre Finder

This is a test app that will allow you to find profiles based on skill and professional experience of a selected user.

You will find the latest version of this app deploy at torre-finder.vercel.app

Run in local

  • Create a .env.local in the root of project. It should contains something like
BIO_API=https://a-valid-bio-api
SEARCH_API=https://a-valid-search-api
  • Install the npm dependencies:
npm i
  • Run the development server:
npm run dev