This is a sample project intended as a Toolbox Challenge.
Here you will find a simple express application that will call a test endpoint and format its response so that the client can consume it. The client will show a table with the formatted data. The client can filter the data through a throttled input.
- Clone the repo
- Install dependencies
yarn install
- Run project
yarn start
The client will be served on the port 3000 and the server on the port 3001
- Express.js
- React.js
- Axios