Updated structure folders (markdown)

2022-06-11 08:25:35 +10:00
parent b615508657
commit da4cf47072
+2 -6
@@ -24,7 +24,7 @@ root/
- index.js
- index.js
- server.js
- sql/
- tools/
- create_database.sql
- .envdev
- .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.
## Sql
`sql/` contains some sql scripts for various uses.
## Test
`test/` contains tools for testing the projects. This will eventually house fully automated testing suites.
## 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