Skip to content

wallacefreitas/advpl-graphql

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AdvPL x GraphQL

Introduction

This is project was development with intention to study concepts with: Clean Architecture, SOLID and MicroServices.

Languages & Frameworks

  • NodeJS
  • AdvPL
  • GraphQL

Architecture

image

Structure Folder

📁 server
    📁 gateway (GraphQL + NodeJS)
    📁 services
        📁 clientes (AdvPL)
        📁 sales-orders (AdvPL)

How to Execute

Gateway

cd server/gateway
pnpm install
pnpm run dev

Services

cd server/services
Press CTRL + F9 into folder advpl/src

About

Creating server with GraphQL and AdvPL (Rest) using concepts of Microservices and Clean Architecture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published