Skip to content

Latest commit

 

History

History
26 lines (15 loc) · 641 Bytes

README.md

File metadata and controls

26 lines (15 loc) · 641 Bytes

DEMO

DEMO Video

Requirements

  • Mac OS/Linux
  • Docker
  • Docker-compose

Architecture

The application is separated into two servers (backend/API and frontend/UI).

The API server by default is running on port 8080 utilizing Node/Express. The frontend application by default is running on port 80 using React/Material UI and is served by Nginx web server.

Installation (Requires Mac OX/Linux)

Clone Repo

git clone -b feature-branch https://github.com/eugenegordeiev/carousel.git testApp

cd testApp

./start-app.sh

Open browser http://localhost