Skip to content

TareHimself/cmsc-447-fall-2023-server

Repository files navigation

447 Project Server

Info

You need NodeJS and visual studio build tools to run this server This server support upload, download and other options supported by the front end

How To Run

For port 11000

# If this fails you may be missing build tools https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170
npm install 
npm run build
npm run start

For port 9500

# If this fails you may be missing build tools https://learn.microsoft.com/en-us/cpp/build/vscpp-step-0-installation?view=msvc-170
npm install
npm run build
npm run debug

Docker

This server supports docker, to build and run type the following into the terminal

npm run docker:build
npm run docker:run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published