/better-doctor-search

A simple search engine for the BetterDoctor API

Primary LanguageJavaScript

BetterDoctor Search Engine

A simple search engine for the BetterDoctor API

development

Frontend and backend run separately for hot reloading. Copy user-key.example.json into user-key.json and add your api key.

  • backend: nodemon server.js
  • frontend: npm run client
  • tests: npm run test

prod

  • build: npm run build
  • docker build and push