Codebase tripantero web apps built on Marko.JS and express
git clone https://github.com/Satssuki/tripantero.git tripantero
cd tripantero
git pull --all
npm install --save
npm start
If you want to make new route, create new file in controllers folder with the following format {route}.{method}.js example index.get.js.
and importing the Controller class to be used.