Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Structure

Aaron Gunderson edited this page Sep 4, 2015 · 1 revision

Observatory is a MEAN app with a fairly strict project structure. All front end code is under ./client/, server side code is under './server/'.

For the server anything called via the api should be under /api/ reusable components, middleware, config settings, workers, etc each have their own directory. auth is an example of middleware.

Clone this wiki locally