Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 475 Bytes

File metadata and controls

16 lines (10 loc) · 475 Bytes

Medical appointment system

Web app made to allow patients in certain small clinics in Venezuela book appointments online with ease.

Frontend made on Nuxt3, using TailwindCSS, Pinia and Formkit.

Backend made with Express and Sequelize.

Database made with PostgreSQL

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)