Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 963 Bytes

Readme.md

File metadata and controls

30 lines (23 loc) · 963 Bytes

Equal-Experts-Tech-Challenge

Version #: 5b8d0fd276b6d288905ed2f63a934e057e8feca2

The Equal Experts tech challenge delivers a basic grocery list comprising an Express backend API and a ReactJS frontend with Equal Experts branding.

The master branch contains the solution written with the direction of providing simplicity in design while following a strict Test Driven Development regime.

Prerequisites

Setting up the project

  • Open your terminal.

  • Run

    git clone https://github.com/spartacus72/ee-tech-challenge.git
    cd ee-tech-challenge/backend
    npm install
    npm run dev
    
  • Open another terminal.

  • Run

    cd ee-tech-challenge/frontend-react
    npm install
    npm start