File Heirarchy - ntjoar/Munchy GitHub Wiki

This should be updated as we update our code design.

.
|
|-- Back_End
|   |-- config (Which markets can we scrape)
|   |   |-- ...
|   |
|   |-- Market (Market Scraping Tool)
|   |   |-- ...
|   |
|   |-- model
|   |   |-- Item.js (Our item object)
|   |   |-- Market.js (Our market object)
|   |
|   |-- api.js (Our main api javascript server)
|   |
|   |-- ...
|
|-- Front_End
|   |-- public (Folder of all public assets)
|   |   |-- ...
|   |
|   |-- src ()
|   |   |-- fonts (Installed fonts needed for frontend)
|   |   |-- images (images used on frontend)
|   |   |-- App.js (Our main React.js script)
|   |   |-- ...
|
|-- README

See also: Branches

See also: Issues and Projects

A helpful tool: Fork