Coder Social home page Coder Social logo

inventory's Introduction

Inventory

Bu proje microservice yapısıyla oluşturulmuş e-ticaret projesinin envanter kısmıdır. Veritabanındaki Ürün ve Categorileri listeler. Diğer projeler

Kurulum

Bu projeyi bilgisayarınızda çalıştırmak için java-11 in bilgisayarınızda kurulu olması gereklidir.

Aşağıdaki komutla kodları indirip derleyiciniz ile açabilirsiniz.

git clone https://github.com/MustafaCelal/inventory.git

Değiştirilmediği sürece "8081" portunda çalışır ve "fiba_inventory" adında "postgreSQL" veritabanı kullanır


API kullanımını görmek için tıklayın

API Kullanımı

  • Kategori getir

    Bütün kategorileri getirir

     GET /inventory/categories

    Id'si verilen kategoriyi getirir

     GET /inventory/category/{categoryId}
    Parametre Tip Açıklama
    id string Gerekli. Çağrılacak kategorinin id'si
  • Ürün getir

    Id'si verilen ürünü getirir

     GET /inventory/product/{productId}
    Parametre Tip Açıklama
    id string Gerekli. Çağrılacak ürünün id'si

    Verilen kategorideki bütün ürünleri getirir

     GET /inventory/products/{categoryId}
    Parametre Tip Açıklama
    id string Gerekli. Çağrılacak ürünlerin kategori id'si

Postman Collection bu dosyayı indirip postman'de import ederek resimlerde gördüğünüz isteklerin olduğu postman collection'ını kullanabilirsiniz.


ekran görüntüleri

bütün kategoriler

bütün kategoriler

1 id'li ürün

1 id'li ürün

1 id'li kategori

1 id'li kategori

2 kategorisindeki ürünler

2 kategorisindeki ürünler

veritabanı tablolar

veritabanı tablolar

veritabanı kategoriler

veritabanı kategoriler

veritabanı ürünler

veritabanı ürünler


İlişkili diğer Projeler

Commerce

Shopping

inventory's People

Contributors

mustafacelal avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.