The way you are requiring files is wrong
You need to require like so require "path.to.file" and not with slashes. Also make sure to have everything case correct. Another thing your code base seems to lack a good structure which is fine for now but eventually it will become a hassle.