项目作者: BADRKAC

项目描述 :
Spring MVC, Design pattern (dao/dto), Mysql, Rest API : Academic project
高级语言: Java
项目地址: git://github.com/BADRKAC/Gestion-Incident-Backend.git
创建时间: 2018-03-01T15:59:33Z
项目社区:https://github.com/BADRKAC/Gestion-Incident-Backend

开源协议:

下载


Gestion-Incident-Backend

Car incident report project

  • Technical Stack :

REST APIs implemented using Java, Maven and Spring MVC, My sql, AngularJs.

Github repository for Frontend project

How to run

  • Clone the “master” branch of this repo.

  • Make sure you are running the Mysql service (by Xampp for exepmle).

  • You can build the project and run the tests by running :

    mvnw.cmd clean package

  • Once successfully built, you can run the service by running:

    mvn clean install tomcat8:run

  • The API is available on port 8080