This is the frontend of the Sothea Patient Management System, developed to assist in managing patients during health screenings as part of Project Sothea. The frontend is built using Vue.js and is designed to be used in conjunction with the Sothea Backend.
To set up the project on your local machine, follow these steps:
-
Clone the repository:
git clone https://github.com/Project-Sothea/Sothea-Frontend.git cd sothea-frontend -
Install dependencies:
npm install
-
Compiles and hot-reloads for development
npm run serve -- --host
This should launch a development server, typically available at http://localhost:5173.
Note: Remember to comment / uncomment the BaseURL lines in src/main.ts to change the backend endpoint pointed to
depending on whether you are in dev or prod!
The project is structured as a basic Vue.js application. You can make changes to the code inside the src directory.

