Project directory structure - SeoulSKY/safe-zone-system GitHub Wiki

/
  src/
    projects/
	  reverse-proxy/
	  mibs/
	  	src/
		test/
	  cms/
	  keycloak/
	  web/
	  react-native/
	  smpt-dev/
	  postgres-dev/
    lib/  # for shared code between projects
      lib1/
	  lib2/
	  ...
	tools/
	  # stuff like linting and openapi
	  maybe ci stuff
	test/
  test/