ryanpepe2000 / mscs710-backend

Project for capping.
MIT License
1 stars 1 forks source link

Directory Structure - Backend Server #8

Open casaltarelli opened 2 years ago

casaltarelli commented 2 years ago

We need to create our underlying directories for how we intend to organize and segregate each aspect of the system.

Structure Overview -

matrix-backend run.py config.py app ---| init.py ---| routes.py ---| parse.py ---| queries.py ---| - util ---|---|--- util.py ---| assets ---|--- scripts ---|---|--- mac_agent.py ---|---|--- ubuntu_agent.py ---|---|--- linux_agent.py

README.md .gitignore .license tests ---|--- init.py ---|--- test_controllers.py

wsgi.py

This structure or object naming conventions are NOT final

This is subject to change throughout development, but this provides a solid baseline for how functionality of this project will be grouped.

casaltarelli commented 2 years ago

This can be used as a general template and resource to define the ideal structure of our application.