Skip to content

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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 

Repository files navigation

Building Management System - SpringBoot-React

This project is simple hospital management system.

Using Tools & Technologies

- Spring Boot 2.3.3
- Spring Security
- JWT
- Spring Validation
- REST API (get, post, put, delete, patch)
- ModelMapper, DTO
- JPA, Hibernate
- React
- Axios
- Redux
- Secure JS For localstorage
- Bootstrap 4
- HTML 5, CSS3
- PostgreSQL

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