Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 806 Bytes

File metadata and controls

56 lines (34 loc) · 806 Bytes

BrewQuery

(https://ewu0001.github.io/BrewQueryApp/) A Web application provides information about craft breweries in the US. Data sourced from "Open Brewery DB".

Front-End Web Application developed using ReactJS.

Styling used - Material UI and React-leaflet Map library

Run Locally

Clone the project

  git clone https://github.com/EWU0001/BrewQueryApp.git

Go to the project directory

  cd client

Install dependencies

  npm install

Start the server

  npm start

Running E2E Tests

To run tests, start local server(see above steps), run the following command

Go to the project directory

  cd client/cypress
  npx cypress run

Tech Stack

Client: React, Material UI, Bootstrap

UI E2E Testing: Cypress