/comp3150-backend

An Express backend hacked together for a group project... its not secure, don't use it.

Primary LanguageJavaScript

COMP3150 Group Project Backend

This repo contains the source code and associated files for a backend that sits between our MySQL database and frontend web application. There is little to no security in use because this project is only intended to be used for a couple days.

TL;DR: Don't use this as anything other than reference.

Running:

# Install dependencies
yarn

# Start server
yarn start