skincare-scheduler-be

How to Run

ENV variable examples are found in the checked-in .env file

Local Dev

# runs parcel watch
npm run watch
# runs nodemon
npm run dev

Tests

npm run tests