You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the advancement of the project, it will be necessary to restructure it.
This project will be divided into the following structure:
├── service
│ ├── core (performs direct communication with the functions)
│ ├── server (provides the manipulation of functions through a REST API or GraphQL API)
├── ui (provides a WEB interface to the service layer)
├── cli (provides a command-line interface to the service layer)
The text was updated successfully, but these errors were encountered:
For the advancement of the project, it will be necessary to restructure it.
This project will be divided into the following structure:
├── service
│ ├── core (performs direct communication with the functions)
│ ├── server (provides the manipulation of functions through a REST API or GraphQL API)
├── ui (provides a WEB interface to the service layer)
├── cli (provides a command-line interface to the service layer)
The text was updated successfully, but these errors were encountered: