Skip to content

celalaygar/Hospital-Management-System-React-and-SpringBoot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

60 Commits
 
 
 
 
 
 

Repository files navigation

Patient-SpringBoot-React

This project is simple hospital management system.

Using Tools & Technologies

- Spring Boot 2.2.2
- REST API (get, post, put, delete, patch)
- ModelMapper, DTO
- JPA, Hibernate
- React
- Bootstrap 4
- Oracle Database 11g

important !!!

https://reactdatepicker.com/
https://www.npmjs.com/package/@material/react-checkbox

Requirements

For building and running the application you need:

Running the application locally

for backend

There are several ways to run a Spring Boot application on your local machine. One way is to execute the main method in the com.example.demo.FirstAppApplication class from your IDE .

Alternatively you can use the Spring Boot Maven plugin like so:

mvn spring-boot:run

for Frontend

Installation and Setup Instructions Example: Clone down this repository. You will need node and npm installed globally on your machine.

Installation: npm install

To Run Test Suite: npm test

To Start Server: npm start

To Visit App: localhost:3000