Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 772 Bytes

File metadata and controls

39 lines (25 loc) · 772 Bytes

Group1-Project

Commands

Frontend

  • Install dependencies: npm install
  • Start frontend server: npm start

Backend

  • Install dependencies and build: mvn install
  • Run backend server: mvn spring-boot:run

Alternative repo due to permission issues regarding git 'issues'

Contribution Log

To Do

  • Create Spring skeleton for application
  • Implement React Frontend Template
  • Add controller mappings for the OpenTriviaDB API
  • React Router Dom Setup
  • Record Video for Demo 1
  • React Babelrc Webpack Setup to build
  • Configuring Thymeleaf in Spring Boot
  • Update Readme before Demo 1 Phaser

In Progress

  • Refactor API queries and responses.
  • Work on QuestionGenerator.
  • Work on React FrontEnd for the Arcade mode first.

Done

  • Skeleton