Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```
## Requirements

For 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`