Skip to content

Edward-Upton/CS261-Software-Engineering

Repository files navigation

CS261 Software Engineering Group Project

A prototype system built for Deutsche Bank used to provide live feedback during a session or over the course of a project.

Project Guide

Client

A single page web application built using React. Fetches data from the REST API with HTTP requests and displays the data returned.

Server

A HTTP REST API built using Express.js and Socket.IO to provide live feedback to hosts of events. The REST API interacts with database and provides an interface for users and events. The socket server allows hosts of events to receive feedback and data analysis in real time.

Data Analysis

A data analysis server built using Python with Rake and TextBlob to analyse the feedback given by participants and provide useful analytics to the hosts of events.

Setup

Dependencies

Python Server

  • Install Python 3 and make sure pip is installed.
  • Run pip install pipenv or pip3 install pipenv to install the Python virtual environment.
    • Might require administrator Command Prompt or Powershell on Windows.
  • Change directory to the python server cd data-analysis.
  • Run pipenv shell to enter the python virtual environment shell.
  • Run pipenv install to install all dependencies.

Web Server and React

  • Install Node.js.
  • Install yarn package manager with npm i -g yarn.
  • Change directory to the server using cd server.
  • Install dependencies using yarn.
  • Change directory to the frontend client using cd ../frontend.
  • Install dependencies again using yarn.

Development

Read the guides in the separate README.md files for information on how to run the various servers.

Tutorials Used To Set Up

About

CS261: Software Engineering Group Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published