FreightHub Frontend Coding Challenge

Project challenge

How to run API server

The boilerplate includes a small service for data fetching. The file db.json includes all the necessary data to achieve the goal. Please follow the steps below to start the server:

json-server db.json -p 3333

Yarn start