About • Technologies • Installation • Credits
medView is a fullstack application built with React and Spring Boot. The application is a lightweight patient management system that hat allows providers to register, login, add patients to their service, create view/update patient details, add and delete patient notes.
medviewDemo.mp4
To clone and run this application, you'll need Git and Node.js version 16.13.2. This project was built using Visual Studio Code. Follow the instructions to load a Maven project into the editor of your choice. Note that you will need to configure the database connection in the application.properties file.
From your command line:
# Clone this repository
$ git clone https://github.com/Pia007/medView
# Go into the repository
$ cd server/mediconnect
# Start the Spring Boot server
$ mvn spring-boot:run
# Go into the client folder and install dependencies
$ cd src/main/client && npm install
# Start the React client
$ npm start