Giter Club home page Giter Club logo

phamtiendungcw / matlidstore Goto Github PK

View Code? Open in Web Editor NEW
4.0 1.0 0.0 1.25 MB

Website development sales management system for Modern Artistic Trends in Lifestyle & Design (MATLID) - ASP .NET Core 6, Clean Architecture, Angular v14

License: MIT License

C# 44.50% JavaScript 0.16% HTML 2.84% TypeScript 52.47% SCSS 0.03%
netcore6 angular14 asp-net-core cleanarchitecture cqrs-pattern entity-framework-core monolithic-architecture solid-principle oracle-database

matlidstore's Introduction

MATLID - Modern Artistic Trends in Lifestyle & Design

Welcome to MATLID, where we explore modern artistic trends in lifestyle and design!

About MATLID

MATLID is a dynamic platform dedicated to curating and showcasing the latest trends in lifestyle and design. From fashion to home decor, we celebrate creativity and innovation that enhances everyday living.

Features

  • Trendy Collections: Explore curated collections of modern lifestyle products and designs.
  • Inspiration Gallery: Get inspired by our gallery featuring the work of talented designers and artists.
  • Blog: Dive deeper into the world of lifestyle and design with our insightful blog posts and articles.
  • Community Engagement: Join our community to share ideas, tips, and experiences with like-minded individuals.

How to Use

  1. Explore: Browse our website to discover the latest trends and collections.
  2. Get Inspired: Check out our inspiration gallery for ideas and creativity.
  3. Connect: Join our community and engage with fellow enthusiasts.
  4. Stay Updated: Follow us on social media for the latest news and updates.

Key Features

  • Explore Artistic Trends: Stay updated with the latest trends in art and design.
  • Creative Community: Connect with other artists and designers, share, and discuss new ideas.
  • In-depth Articles: Read detailed articles analyzing trends in art and lifestyle.
  • Ratings and Comments: Rate and comment on articles and trends, and participate in community discussions.

Architecture and Technologies Used

The MATLID project is built using advanced technologies to ensure high performance, security, and easy maintenance. Below are the languages and architectures used:

Frontend

  • Language: TypeScript
  • Framework: Angular 14
  • Styling: SCSS (Sass)
  • State Management: NgRx
  • HTTP Client: HttpClient (Angular)

Backend

  • Language: C#
  • Framework: ASP.NET Core 6
  • Architecture: Clean Architecture with CQRS pattern
  • ORM: Entity Framework Core
  • Database: SQL Server | Oracle

Application Architecture

CQRS (Command Query Responsibility Segregation)

CQRS helps separate the write (Command) and read (Query) operations in the application, providing clear separation between data processing logic and data retrieval logic. Entities like Product, Order, User, Article, etc., are implemented using the CQRS pattern with Data Transfer Objects (DTOs) for CRUD operations.

Repository Pattern

The Repository Pattern is used to manage data access, creating an abstraction layer between the application and the database, making maintenance and expansion of the application easier.

Validators

FluentValidation is used for data validation, ensuring that the data sent to the server is always valid and reliable.

Installation and Running the Project

System Requirements

  • .NET 6 SDK
  • Node.js (latest version)
  • SQL Server

Installation

  1. Clone the repository
    git clone https://github.com/phamtiendungcw/MatLidStore.git
    cd MatLidStore
    
  2. Install dependencies for Backend
    cd MLS.Api
    dotnet restore
    
  3. Install dependencies for Frontend
    cd ../MLS.WebUI
    npm install
    

Running the Application

  1. Run backend
    cd MLS.Api
    dotnet run
    
  2. Run Frontend
    cd ../MLS.WebUI
    ng serve
    

Access the Application

Open your browser and go to http://localhost:4200 to start exploring MATLID.

Contribute

We welcome contributions from designers, artists, and enthusiasts passionate about modern artistic trends. If you'd like to collaborate or contribute to MATLID, please reach out to us.

Contact Us

Thank you for visiting MATLID - Where Art Meets Lifestyle!

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.