https://github.com/davipythonweb/pure_lenguage
https://github.com/davipythonweb/pure_lenguage
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/davipythonweb/pure_lenguage
- Owner: davipythonweb
- Created: 2024-09-02T00:19:49.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-08T19:59:40.000Z (over 1 year ago)
- Last Synced: 2025-01-19T14:17:11.796Z (about 1 year ago)
- Language: Python
- Size: 122 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# pure_lenguage
|---src/
| |---aplication/
| | |___services/
| | |___author_service.py
| |---domain/
| | |___entities/
| | |___author.py
| |---infrastructure/
| | |---config/
| | | |___load_env.py
| | |---database/
| | | |___postgres.py
| | |---repositories/
| | | |___author_repository.py
| |---interfaces/
| | |___http_server.py
| |---presentation
| | |___controllers
| | |___author_controller.py
|---.env
|___main.py