/project100

Primary LanguageTypeScriptMIT LicenseMIT

project100

For video demonstration see demo.mp4 at the root of the repo.

demo

Backend

Runs on port 3000

cd backend
npm run start

Frontend

Runs on port 8100

cd frontend
npm run start