Answer the question
In order to leave comments, you need to log in
Modular TypeScript project, is it possible?
Good day to all!
There is a need to implement a web service and the question arose about the modularity of the project. I would like to implement separate pieces of the service as independent modules. For example, a module with database models, a module that works with the database and uses a module with objects, as well as a module with tests that works with these two modules. Something like this :)
In general, the following structure is planned:
Project
--core
----models
----....
----repositories
--tests
--modules
----module.account
----module.foo
----module.bar
- -....
--app
Answer the question
In order to leave comments, you need to log in
I mean individual small projects.Sounds like microservices.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question