Skip to content

davidnet-net/example-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deno API - Template.

Features

  • MySQL CE 8.0
  • OneLine JSON based logging.
  • Main --> Router --> Routes --> Controller --> Lib | Modulair system
  • Middlewares

Important

When working on the API and especially when formatting. Set the terminal to be in /api else the deno config gets ignored.

Example .env

MYSQL_ROOT_PASSWORD="example"
MYSQL_USER="example"
MYSQL_PASSWORD="example"
MYSQL_DATABASE="example"
LOG_DIR="logs"
KEEP_LOG_DAYS=7
LOG_TO_TERMINAL=true
EMAIL="example@example.com
EMAIL_PASSWORD="example"

About

Template for DENO

Resources

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published