项目作者: CihangirOzmus

项目描述 :
This repository is created for the lecture "SWE573 - Software Development Practice" which is given in Boğaziçi University Software Engineering Department.
高级语言: JavaScript
项目地址: git://github.com/CihangirOzmus/swe573-quizorus-web-api.git
创建时间: 2019-02-14T05:06:23Z
项目社区:https://github.com/CihangirOzmus/swe573-quizorus-web-api

开源协议:GNU General Public License v3.0

下载


swe573-quizorus-web-api

This repository is created for the lecture “SWE573 - Software Development Practice” which is given in Boğaziçi University Software Engineering Department. Please refer to User Manual wiki page to see screen shots of the application. https://github.com/CihangirOzmus/swe573-quizorus-web-api/wiki/15.-User-Manual

How to start database

  • Install MySQL
  • Create “quizorus_app” database

How to start frontend

  • Go in to “swe573-quizorus-web-api/tree/master/frontend” folder
  • npm install
  • npm start

How to start backend

  • Open “swe573-quizorus-web-api/tree/master/backend” folder with IntelliJ
  • Run the application

or

  • Go in to “swe573-quizorus-web-api/tree/master/backend” folder
  • type “./mvnw spring-boot:run in the terminal