Skip to content

CSCE315-Spring23/Team_44_Project_3

Repository files navigation

Project 3

THIS PROJECT HAS BEEN DEPRECATED AS OF 27-08-2023

A Node.js and React project that creates a Point-of-Sale webpage for a Restaurant located at the Memorial Student Center at Texas A&M University. Our specific restaurant was Chick-fil-A.

This project integrates an Application Protocal Interface with a Structured Query Language Database.

How to run

PowerShell

Run using .\run_dev.ps1 run Install using .\run_dev.ps1 install

Bash

Run using make run
Install using make install