Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 271 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 271 Bytes

Full Stack Project on UBCSecondHand

This is a webapp for UBC students to trade the second-hand goods like used textbooks and bikes.

How to deploy it?

For backend,

cd UBCSecondHandBackend
npm start

For the frontend,

cd UBCSecondHandFrontend
npm start