WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Final project of the Design Patterns workshop. It consists of analyzing the code and identifying OOP, SOLID principles and design patterns in the existing Node.js template.

Notifications You must be signed in to change notification settings

albbeltran/design-patterns-ws-project

 
 

Repository files navigation

Example Clean Arch API

Stack Used

  • Redis
  • Postgress
  • TypeScript
  • Docker
  • Clean Architecture
  • Dependency Injection

you need create a env file called .env.local in project root with

# App env
PORT=8080
HOST=0.0.0.0

# Database
DB_HOST=database
DB_PORT=5433
DB_USERNAME=username
DB_PASSWORD=password
DB_NAME=wordle-db

# Cache
REDIS_HOST=cache
REDIS_PORT=6380
REDIS_PASSWORD=password

Host

local: http://localhost:8080

About

Final project of the Design Patterns workshop. It consists of analyzing the code and identifying OOP, SOLID principles and design patterns in the existing Node.js template.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 93.8%
  • JavaScript 4.4%
  • Dockerfile 1.8%