Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 631 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 631 Bytes

BoxContains

This project is tracking the contains of storage boxes to easily identify where you stored items.

Folder Structure

This project follows the following folder structure:

- docs: Contains documentation about the project
- src: Contains the source code of the project
	- core: Contains Application and Domain Layers of the Project
	- infrastructure: Contains the Infrastructure Layers of the Project
	- interfaces: Contains the Interface Layers of the Project
- tests: Contains the test plans for the project

Root Folder contains the README, License, Solution File, and any other files required to be there.