CF LAB

React Queue Server

Author: George Raymond

Links and Resources

Modules

React Front End

Setup
.env requirements
  • PORT - 3000 or defined in the environment
Running the app
  • npm start

Queue Server

Setup
.env requirements
  • PORT - 3333
Running the app
  • npm start

API Server

Setup
.env requirements
Running the app
  • npm start

Status

This app is not yet complete. The api server is not conecting to the queue server. The queue server seems to be working well with the front end. Waiting to deploy till I can work out bugs