This project is simple hospital management system.
- Spring Boot 2.2.2
- REST API (get, post, put, delete, patch)
- ModelMapper, DTO
- JPA, Hibernate
- React
- Bootstrap 4
- Oracle Database 11g
https://reactdatepicker.com/
https://www.npmjs.com/package/@material/react-checkbox
For building and running the application you need:
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
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