Giter VIP home page Giter VIP logo

cs261-software-engineering's Introduction

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

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.