Skip to content

MengDeC4o/MedicalSystem

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MedicalSystem

Software Engineering

This is a hospital Queueing system that mainly used for the queuing in hospital. To run this program:

  1. Start Database: run the sql file bokuno_database.sql in your mysql terminal.
    Here's a guide to run the sql file.
  2. Change Password of mySql Database in "src/main/resources/application.properties".
      spring.datasource.username=root // your password username  
      spring.datasource.password=123456 // your password
  1. Match this project's mySql version with your local mySql version in ./pom.xml
   	<dependency>
   		<groupId>mysql</groupId>
   		<artifactId>mysql-connector-java</artifactId>
   		<version>8.0.11</version>
   		<!--This version should match your local version-->
   	</dependency>
  1. Start Backend: in the same directory of "bokuno_database.sql", run mvn clean spring-boot:run in the terminal.
  2. Clone Frontend: the frontend is in a different git repository.
  3. Start Frontend: run npm install first. Then run npm start
  4. now go to frontend link to see the working webpage.

About

Software Engineering

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages