GiftMe by Aaron Buxbaum
A better way to buy gifts, via the power of machine learning.
yarn start-server
to spin up the backendyarn start
to run frontend locallyyarn build
to compileyarn test
to 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-chrome
ext install vscode-jest