This Project Structure is NOT the Build Structure
The Project Structure is the way a project is built, it is separate from the build structure as it contains the Build Structure and building the Project at builds.
$ mkdir FARMStack
$ cd FARMStack
$ mkdir webservportal
$ code .
$ git init
$ yarn create react-app frontend --template typescript
$ cd webservportal
$ git init
$ touch requirements.txt main.py model.py database.py
-
Design
-
MockUps
-
Development
-
Backend Build & Design (FastAPI) App Structure
-
FrontEnd Build & Design (React ) App Structure
-
Database Integrations (Mongodb)
-
Unit Testing
-
QA
-
Stage
-
Beta Testing
-
Production
-- Changes to this structure will be added here.
├───backend
│ ├───app
└───frontend
├───app
├───docs
└───sphinxdocs
└───Documentation
├───README.md
├───snapshots
├───more to be added.
For the Project Structure
For the Flow of Execution
README.md . Documentation
** BuildStructure.md for the project utilised the self contained waterfall structure.Build Structure is NOT the