app.METHOD(PATH, HANDLER)
app
is an instance of express
.PATH
is a path on the server.HANDLER
is the function executed when the route is matched./graphql
for graphql related routes/paypal
for paypal payment related routes/stripe
for stripe related routes/dashboard
for sending the build of dashboard