Spring Boot
React
Primitive UI
Use Eclipse or Intellij IDE to setup the Spring Boot Project
Use maven to install all dependencies from the pom.xml files
Start the services EurekaServer, ApiGateway, AuthorService, ItemService, PaperGenService
- user: root
- password: Test@1234
Install dependencies: npm install
Start a local web server by running: npm start
Open http://localhost:3000 to view the app in the browser.