Skip to content

Latest commit

 

History

History
30 lines (16 loc) · 568 Bytes

README.md

File metadata and controls

30 lines (16 loc) · 568 Bytes

Question Paper Management System

Technologies Used:

Spring Boot
React
Primitive UI

Backend Development

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

MySQL

  • user: root
  • password: Test@1234

Frontend Development

Install dependencies: npm install

Start a local web server by running: npm start

Open http://localhost:3000 to view the app in the browser.