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
- 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
- Open http://localhost:3000 with your browser to see the result.