Skip to content
/ home Public
forked from sayeed1999/home

This monolith repo will contain all microservices for the "virtual home" project which will have everything needed as independent services deployable via docker kubernetes! In sha Allah

License

Notifications You must be signed in to change notification settings

ProsoftBD/home

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

HOME

This monolith repo will contain all microservices for the "virtual home" project which will have everything needed as independent services deployable via docker kubernetes! In sha Allah

FOLDER STRUCTURE

src
│ app.js # App entry point
└─── api # Express route controllers for all the endpoints of the app
└───── routes
└───── middlewares
└─── config # Environment variables and configuration related stuff
└─── jobs # Jobs definitions for agenda.js
└─── loaders # Split the startup process into modules
└─── models # Database models
└─── modules
└───── base
└─────── controller
└─────── service
└─────── repository
└───── <module>
└─────── controller
└─────── service
└─────── repository
└─── subscribers # Event handlers for async task
└─── types # Type declaration files (d.ts) for Typescript
└─── utils
└───── constants
└───── helpers

About

This monolith repo will contain all microservices for the "virtual home" project which will have everything needed as independent services deployable via docker kubernetes! In sha Allah

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 96.8%
  • Dockerfile 3.2%