Wellspring is a comprehensive healthcare management application designed to streamline the workflow of healthcare professionals, including doctors, nurses, and pharmacists. It provides a unified platform to manage patients, appointments, lab results, prescriptions, and medications.
Note
Please note that this is client side of the Wellspring application. You will need to set up the server side to use the application. The server side can be found here.
Caution
Please note that the database files are not included in this project. You will need to create your own database and tables to use this server.
- Patient Management: Maintain a detailed record of patient information, medical history, and ongoing treatments.
- Appointment Scheduling: Efficiently schedule and manage appointments.
- Lab Result Management: Track patient lab results and share them with relevant healthcare professionals.
- Prescription Management: Create, update, and manage prescriptions for patients.
- Medication Management: Keep an up-to-date record of medications prescribed to patients.
To get started with Wellspring, ensure you have Node.js and npm installed on your system. Follow these steps to set up the project:
-
Clone the client repository:
git clone https://github.com/Sillor/wellspring-client
-
Clone the server repository:
git clone https://github.com/Sillor/wellspring-server
-
Navigate to the client project directory:
cd wellspring-client -
Install the client dependencies:
npm install
-
Navigate to the server project directory:
cd wellspring-server -
Install the server dependencies:
npm install
-
Start the development server (for both client and server):
- Client:
npm run dev
- Server:
node wellspring_server.js
- Client:
The application will be available at http://localhost:5173.
Wellspring is licensed under the GNU General Public License v3.0.
If you have any questions, issues, or suggestions, please open an issue on our GitHub repository or contact us directly.
Wellspring was created as part of the Spring 2024 CSC131 class at California State University, Sacramento.


