Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/celalaygar/hospital-management-system-react-and-springboot
hospital management system with react js and spring boot
https://github.com/celalaygar/hospital-management-system-react-and-springboot
oracle-database reactjs spring-boot
Last synced: about 2 months ago
JSON representation
hospital management system with react js and spring boot
- Host: GitHub
- URL: https://github.com/celalaygar/hospital-management-system-react-and-springboot
- Owner: celalaygar
- Created: 2019-12-27T05:42:30.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-03-16T23:42:14.000Z (9 months ago)
- Last Synced: 2024-10-12T06:52:30.708Z (2 months ago)
- Topics: oracle-database, reactjs, spring-boot
- Language: JavaScript
- Homepage:
- Size: 774 KB
- Stars: 65
- Watchers: 3
- Forks: 22
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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
```
## RequirementsFor building and running the application you need:
- [JDK 1.8](http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html)
- [Maven 3](https://maven.apache.org)## 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](https://docs.spring.io/spring-boot/docs/current/reference/html/build-tool-plugins-maven-plugin.html) like so:
```shell
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`