Updated structure folders (markdown)
+2
-6
@@ -24,7 +24,7 @@ root/
|
|||||||
- index.js
|
- index.js
|
||||||
- index.js
|
- index.js
|
||||||
- server.js
|
- server.js
|
||||||
- sql/
|
- tools/
|
||||||
- create_database.sql
|
- create_database.sql
|
||||||
- .envdev
|
- .envdev
|
||||||
- .gitignore
|
- .gitignore
|
||||||
@@ -50,17 +50,13 @@ The `common/` directory is used for common files shared between client and serve
|
|||||||
|
|
||||||
This directory is used by all repos, but the core repo has only a placeholder server that serves the client code at the time of writing. `server/database` and `server/database/models` hold the database information, while repo-specific directories can also be found here (such as `server/news`, `server/auth` and `server/chat`). `server/admin` may occasionally be found here as well.
|
This directory is used by all repos, but the core repo has only a placeholder server that serves the client code at the time of writing. `server/database` and `server/database/models` hold the database information, while repo-specific directories can also be found here (such as `server/news`, `server/auth` and `server/chat`). `server/admin` may occasionally be found here as well.
|
||||||
|
|
||||||
## Sql
|
|
||||||
|
|
||||||
`sql/` contains some sql scripts for various uses.
|
|
||||||
|
|
||||||
## Test
|
## Test
|
||||||
|
|
||||||
`test/` contains tools for testing the projects. This will eventually house fully automated testing suites.
|
`test/` contains tools for testing the projects. This will eventually house fully automated testing suites.
|
||||||
|
|
||||||
## Tools
|
## Tools
|
||||||
|
|
||||||
No repo currently has this directory, but eventually `tools/` will hold various utilities for building and maintaining the project automatically.
|
`tools/` contains miscellaneous scripts intended for various different uses.
|
||||||
|
|
||||||
## Root
|
## Root
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user