First, run the development server:
npm run dev
# or
yarn dev
-
Edit the
clinics.csv
file, note that ages are expected to be of a format like:18+
to be processed. Postal codes are expected to be similar toM6K
orM1P
. -
Make sure there are no empty rows in the CSV and run loader:
python loader.py
from inside./python
.
- For dev API use
http://localhost:3000
andhttps://findavaccine.ca
for prod.