Skip to content

NachoGassie/express-customInit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Custom Express Initialization with TypeScript

This repository provides a customized setup for working with ExpressJS using TypeScript. It follows a structured path: index.ts -> app.ts -> router -> controller -> service -> database manager (optional).

Usage

1- Clone this repository.
2- Run npm install in the console.
3- Utilize the provided setup to speed up your development process.

Structure Overview

  • index.ts: Entry point of the application.
  • app.ts: Configuration and initialization of Express application.
  • router: Route definitions split by version.
  • controller: Http response and request handling, last directory to know ExpressJs.
  • service: Business logic implementation, independent from ExpressJs.
  • database manager (optional): Database interaction management.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published