nhzaci / OTOT-B

CS3219 AY22/23 S1 OTOT-B

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CS3219 AY22/23 S1 OTOT Task B

Requirements:

  • B1: Implement a simple backend
  • B2.1: Testing through CI
  • B2.2: Deploying using CD
  • B3: Implement a frontend
  • B4: Pull data from serverless function

Running Application

Dependencies:

  • Node v16.x
  • yarn

Instructions

  • Install yarn dependencies on all folders
# from project root
yarn && yarn --cwd ./server && yarn --cwd ./web && yarn --cwd ./serverless && yarn --cwd ./server build
  • Running server and web application in dev
# from project root
yarn dev

About

CS3219 AY22/23 S1 OTOT-B


Languages

Language:TypeScript 95.4%Language:JavaScript 2.9%Language:Dockerfile 0.8%Language:CSS 0.5%Language:Shell 0.3%