Web application structure
Assuming that the server will be providing both a front end and a general-purpose API, a fairly typical pattern would be to prefix all of the API routes with /api/1.0
.
That leaves front end…