Skip to content

HattoriHenzo/couture-application

Repository files navigation

Couture-Application

This application is for Tailors and has the purpose to help them managed theirs activities The features of the application are the followings:

  • Client management
  • Order management
  • User management
  • Employee management
  • Type of dresses management

The application is an API and will be available for many clients such as: Java, C#, Python, Go and JavaScript

Database Structure

  • GenericPerson(Id, FirstName, LastName, Telephone, Gender)
  • Employee(Id, FirstName, LastName, Telephone, Gender)
  • User(Id, FirstName, LastName, Telephone, Login, Password, Category, Gender)
  • Client(Id, FirstName, LastName, Telephone, Gender)
  • Order(Id, Number, Date, DeliveryDate, #IdClient)
  • Dress(Id, Amount, #IdOrder, #IdDressType, #IdModelType, #IdMaterialType)
  • Measure(Id, Type, Value, #IdDress, #IdMeasureType)
  • GenericType(Id, Name)
  • DressType(Id, Name)
  • ModelType(Id, Name)
  • MaterialType(Id, Name, Image)
  • MeasureType(Id, Name, Description)

CoutureApp-Diagram

Architecture

CoutureApp-Architecture

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages