Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 891 Bytes

README.md

File metadata and controls

28 lines (17 loc) · 891 Bytes

Uprodit Challenge

Context

This project is part of a challenge started by Uprodit. The goal of the challenge is to clone a search engine used to filter people based on different criteria and integrate it with the existing Uprodit APIs.

Tools

For this challenge, we are using:

Local setup

To get started working locally with the project:

  • Clone this repository
  • Run npm run dev inside the root folder

You can also use the provided Docker setup by running:

docker-compose up --build --force-recreate

A live preview of the website is available here.