Skip to content

A skeleton of encapsulating multiple applications in the same repo

Notifications You must be signed in to change notification settings

brentgreeff/mono-example

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Skeleton of a mono-repo

This is a collection of applications in the same repository.

Do you have multiple applications that need to access the same database?

Code and schema need to move in lockstep. Change the schema in one place, and all other applications need to update their code.

By putting the applications in the same repository, it is very easy to keep changes in one place.

Changes to the front end & changes to the backend can be made on the same branch, merged at the same time & deployed simultaneously.

Nginx can be used as a reverse proxy, - multiple applications will appear externally no different to a single application.

About

A skeleton of encapsulating multiple applications in the same repo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published