/Projeto-spring-react

Projeto desenvolvido na terceira Semana Spring React da DevSuperior

Primary LanguageJava

Project Spring React

Project developed in the third Semana Spring React by DevSuperior

Dependency FrontEnd

Apex Charts https://apexcharts.com/ Charting library
Bootstrap https://getbootstrap.com/ CSS Library Components
Date-fns https://date-fns.org/ JavaScript date utility library
JQuery https://jquery.com/ JavaScript library
Axios https://github.com/axios/axios Promise based HTTP client.
TypeScript https://www.typescriptlang.org/ Open-source language which builds on JavaScript by adding static type definitions.

Dependency BackEnd

Spring Web https://mvnrepository.com/artifact/org.springframework/spring-web Contains common web specific utilities for both Servlet and Portlet environments
H2 Database https://www.h2database.com/html/main.html It is a relational database management system written in Java
PostgreSQL Driver https://jdbc.postgresql.org/ It allows Java programs to connect to a PostgreSQL database using standard, database independent Java code
Spring Security https://mvnrepository.com/artifact/org.springframework.security/spring-security Is a framework that focuses on providing both authentication and authorization to Java applications
Spring Data JPA https://mvnrepository.com/artifact/org.springframework.data/spring-data-jpa Is a Java specification for managing relational data' in Java applications

RUN FrontEnd

git clone https://github.com/santannaizadora/Projeto-spring-react.git

cd Projeto-spring-react

cd frontend

npm install

npm start

Application is running in 3000 localhost port.