wwwxkz / lagfsd

E-commerce platform using LAGFSD (Laravel, Aspnet, Gin, Flask, Springboot, Django) in a microservices architecture

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LAGFSD (Laravel, Aspnet, Gin, Flask, Springboot, Django)

Services: Altough services are designed to work with API Gateway and Django, they can be also run independently with their own UI.

Screenshots

Laravel     - Product       - 8001:80   - React/Bootstrap
ASPNET      - User          - 8002:80   -
Gin         - Payment       - 8003:80   -
Flask       - Announces     - 8004:5000 -
---
Springboot  - Gateway       - 8080:80   -
---
Django      - Pages         - 80:80     -
---
@db (5x)    - Mysql         - 3306:3306 -
@db         - Microsoft     - 3306:3306 -
@Nginx      -               - 8000:80    -

Services flow:

@Authenticated user
@Unauthenticated

Services workflow:

- docker-compose up
@Laravel
- docker-compose exec laravel bash
- php artisan migrate
- npm run watch

About

E-commerce platform using LAGFSD (Laravel, Aspnet, Gin, Flask, Springboot, Django) in a microservices architecture


Languages

Language:PHP 71.1%Language:JavaScript 9.2%Language:Python 6.6%Language:C# 6.2%Language:HTML 2.8%Language:Dockerfile 1.7%Language:Go 1.1%Language:Blade 0.6%Language:Java 0.5%Language:SCSS 0.3%