-
Notifications
You must be signed in to change notification settings - Fork 2
Server Code Layout
Akseli Palén edited this page Feb 1, 2017
·
5 revisions
- api/
- account/
- templates/
- inviteEmail.ejs
- resetEmail.ejs
- specs/
- fixtures/small.js
- handlers.spec.js
- data.js
- handlers.js
- routes.js
- templates/
- events/
- data.js
- handlers.js
- routes.js
- files/
- lib/uploads.js
- data.js
- handlers.js
- routes.js
- locations/
- schemas/
- specs/
- fixtures/
- single.js
- small.js
- data.spec.js
- handlers.spec.js
- schemas.spec.js
- fixtures/
- handlers/
- lib/
- attachmentPaths.js
- handleObjectId.js
- handleToken.js
- prepareForClient.js
- prepareForData.js
- index.js
- lib/
- data.js
- routes.js
- markers/
- data.js
- handlers.js
- routes.js
- payments/
- data.js
- handlers.js
- routes.js
- users/
- data.js
- handlers.js
- routes.js
- errors.js
- routes.js
- account/
- client/
- handlers.js
- routes.js
- services/
- db.js
- hostname.js
- io.js
- mailer.js
- index.js