Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 614 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 614 Bytes

ppmtool backend server

Backend server for Personal Project Management Tool

Local Development Setup

IDE: IntelliJ IDEA Ultimate
Dependency Management Tool: Maven
API Endpoint Testing Tool: Postman
Database Viewer: MySQL Workbench
Databse: mySQL database (running on Docker)

If you are using in-memory H2 database during the early stage of the development, you may access H2 Database with link
JDBC URL: jdbc:h2:mem:testdb

mvn clean install

Builds jar file for deployment