GiftMe by Aaron Buxbaum
A better way to buy gifts, via the power of machine learning.
yarn start-serverto spin up the backendyarn startto run frontend locallyyarn buildto compileyarn testto run tests
- Start:
docker compose up -d (add--build` to force recompilation) - View logs:
docker logs gift-me -f - Browser URL:
localhost:3000
Useful VS Code extensions
ext install debugger-for-chromeext install vscode-jest