This System is Contains Backend and Restful API for a stock management system using
- Java Spring Boot
- Postgre SQL
git clone https://github.com/mahammadbakr/Stock-Management-System.git-
Open Command line and Run this
psql- Create Database named |stock_managment_db|
CREATE DATABASE stock_managment_db;/mvnw spring-boot:runclick link below to see API documentation for all routes. https://documenter.getpostman.com/view/10416484/TzY4gvkT#7c2b6611-743f-43c7-9800-bde9f3ba6225
e.g
{
"timestamp": "2021-06-06T02:07:39.874+00:00",
"status": 200,
"error": "OK",
"message": "Data Added Successfully",
"path": "/api/v1/data"
}