An Fullstack web application which is an sample app showing CRUD working of ability to add, edit, delete or show campaignes assigned to specified user account
Frontend: React, Redux, MaterialUI, TypeScript
Backend: Java, Spring Boot, Spring Security, Spring Web, JPA, Hibernate, H2 db in memory
Firstly, you need to go to frontend directory:
cd backend
Then, install node packages using node packages manager:
npm i
Then, go back into root directory of project and continue into backend directory:
cd ..
cd backend
Command for running backend part of project:
./mvnw spring-boot:runAnd from frontend directory run frontend part of application:
npm run dev



