Skip to content

Latest commit

 

History

History
93 lines (56 loc) · 1.86 KB

File metadata and controls

93 lines (56 loc) · 1.86 KB

Project Structure

This Project Structure is NOT the Build Structure

Project 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.

Manual Setup

$ 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

Project Status

  • Design

  • MockUps

  • Development

  • Backend Build & Design (FastAPI) App Structure

  • FrontEnd Build & Design (React ) App Structure

  • Database Integrations (Mongodb)

Frontend Design

Testing

  • 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

Setting Up the Project Build Structure

** BuildStructure.md for the project utilised the self contained waterfall structure.Build Structure is NOT the

Project Structure

README.md Changelog [Documentation] Build