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

enriqueao/template-nodejs

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •