ae-studio-test

Live Demo

How to use

Client

Description

A simple frontend to display data parsed from Active businesses from Los angeles City

Setup

Config

To run the project locally, follow the bellow instructions:

  • Make a copy of the file.env.example to .env
  • Change the value from REACT_APP_BASE_URL to the correct url that your server is running

Commands

  • yarn to install the project dependencies
  • yarn start to run the project
  • yarn test to run tests

Server

Description

A simple crawler to parse data from Active businesses from Los angeles City

Setup

Config

To run the project locally, follow the bellow instructions:

  • Make a copy of the file.env.example to .env
  • Change the value from PORT to the value of your preference

Commands

  • yarn to install the project dependencies
  • yarn start:dev to run in dev environment
  • yarn test to run tests