https://bcaudan-appstore-search.herokuapp.com/
POST https://bcaudan-appstore-search-api.herokuapp.com/api/1/apps {app}
DELETE https://bcaudan-appstore-search-api.herokuapp.com/api/1/apps/app-id
Requirements: node v10.8.0
npm install
npm run frontend
available on http://localhost:5000
ALGOLIA_ADMIN_KEY=xxx npm run backend
available on http://localhost:4000
Launch server with automatic restart on changes:
npm run dev:frontend
open browser on http://localhost:3000
Launch server with automatic restart on changes:
ALGOLIA_ADMIN_KEY=xxx npm run dev:backend
available on http://localhost:4000
npm run test:frontend
npm run test:backend