An open API service indexing awesome lists of open source software.

https://github.com/davipythonweb/pure_lenguage


https://github.com/davipythonweb/pure_lenguage

Last synced: 3 months ago
JSON representation

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