Use the node to run a server
node server.jsA simple, ExpressJS-like server.
[server.js] - main file of project.
[/public] - contains files available for public use.
[/routes] - contains file with available routes.
[/functionality] - modules for server.
[/utils] - utility functions, mainly used in the controller.
[/controller] - controller.
[/vendors] - contains .json files with data of vendors.
[/orders] - contains .json files with data of orders.