You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.
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.