Web app made to allow patients in certain small clinics in Venezuela book appointments online with ease.
To run the frontend in a dev server.
yarn dev
To run the backend.
node server.js
(You must configure your own database in the server/config/db.config.js file, or it won't run)