Skip to content

black-lotus/ppm-tool-be

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

38 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation


Personal Project Management Tool

A starter app to work with Personal Project Management Tool
View Demo · Report Bug · Request Feature

Table of Contents

About The Project

Starter project to play or work with Personal Project Management Tool

  • Get projects
  • Update project
  • Remove project

Built With

Getting Started

Prerequisites

- java 1.8
- maven
- mysql 

Installation

  1. Clone the repo
git clone https://github.com/black-lotus/ppm-tool-be.git
  1. Install Maven packages
mvn clean install

Run

I use swagger to test or run the application it self

http://localhost:8181/docs/swagger-ui.html

Open H2 Console

http://localhost:8181/h2-console
  1. Saved settings : Generic H2 (Embedded)
  2. Setting name : Generic H2 (Embedded)
  3. Driver class : org.h2.Driver
  4. JDBC URL : jdbc:h2:mem:testdb
  5. User name : sa
  6. Password :

Roadmap

See the open issues for a list of proposed features (and known issues).

Contributing

Contributions are what make this project more robust and mature. Any contributions you make are greatly appreciated.

  1. Clone the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

License

dondon.id

Contact

Romdoni Agung Purbayanto - @linkedin - romdoni.purbayanto@tiket.com

Project Link: https://github.com/black-lotus/ppm-tool-be

About

PPM Tool Backend

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages