Skip to content

leydev/express-typescript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Boilerplate REST API

Configuration

  • Install all dependencies:
    • npm install
  • Setup the file dotenv (If you use in development). Copy the file .env.exemple to .env and apply your preferences;
    • cp .env.exemple .env
  • Don't forget to setup correct date in your system, because the date are used in log files.
    • If you're in ubuntu sudo dpkg-reconfigure tzdata and select timezone

Releases

No releases published

Packages

No packages published