/simple_clean_architecture

simple clean architecture

Primary LanguageTypeScript

simple_clean_architecture

simple clean architecture

Run docker:

docker run --name docker -e POSTGRES_PASSWORD=docker -e POSTGRES_DB=arch -d -p 5432:5432 postgres

url: postgresql://postgres:docker@localhost:5432/arch?schema=public

similar: https://github.com/rodrigobranas/cccat13_3