Skip to content

This System is Contains Backend and Restful API for a stock management system using Java Spring Boot and Postgre SQL

Notifications You must be signed in to change notification settings

mahammadbakr/Stock-Management-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stock-Management-System

By Mohammed M Bakr

This System is Contains Backend and Restful API for a stock management system using

  • Java Spring Boot
  • Postgre SQL

Clone Source Code

git clone https://github.com/mahammadbakr/Stock-Management-System.git

Download Postgre And Create a Database

psql
  • Create Database named |stock_managment_db|
CREATE DATABASE stock_managment_db;

Start Project

/mvnw spring-boot:run

API Documentation

click link below to see API documentation for all routes. https://documenter.getpostman.com/view/10416484/TzY4gvkT#7c2b6611-743f-43c7-9800-bde9f3ba6225

Success Response

e.g

{
    "timestamp": "2021-06-06T02:07:39.874+00:00",
    "status": 200,
    "error": "OK",
    "message": "Data Added Successfully",
    "path": "/api/v1/data"
}

Stock Management System

By Mohammed M Bakr

Started Date: 4 June 2021
Started Date: 6 June 2021

About

This System is Contains Backend and Restful API for a stock management system using Java Spring Boot and Postgre SQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages