https://github.com/paradocx96/pms-api
https://github.com/paradocx96/pms-api
Last synced: 12 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paradocx96/pms-api
- Owner: paradocx96
- Created: 2021-10-09T11:51:48.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2021-10-22T17:22:11.000Z (over 4 years ago)
- Last Synced: 2025-06-05T07:07:40.584Z (12 months ago)
- Language: Java
- Homepage: https://pms-codewave-api.herokuapp.com
- Size: 116 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Group-ID : 2021S2_REG_WE_57
## Project Name : Procurement Management System
## Group Details
### Member Details :
| Name | Student ID | Username |
|--------------------------|------------|---------------|
| A.M.W.W.R.L. Wataketiya | IT19014128 | RavinduLa |
| S.A.N.L.D. Chandrasiri | IT19180526 | paradocx96 |
| H.G. Malwatta | IT19240848 | DeclanChirush |
## Project Description
Purpose of the app
## Technologies
| |
|------|
| JAVA |
| XML |
## How to get started with your app
### Prerequisites
1. Java Runtime Environment (JRE) 1.8 and set environment path for Java
2. Git (Optional)
### Procedure of setting up prerequisites ad run the project
1. Install Java Runtime Environment (JRE) 1.8
2. Download this repository or Clone this repository using below commad (for clone you need to install Git)
```clone https://github.com/paradocx96/PMS-api.git```
3. Open the project folder and open command prompt from current directory.
4. Run the below commad to create executable Jar file of project.
```mvnw package```
5. After creating executable Jar file, redirect to target file.
```cd target```
6. Run the below command to start the application.
```java -jar PMS-api-0.0.1-SNAPSHOT.jar```