Cortex is an IoT stack developed for the purpose of being easily used and integrated.
Live preview available here.
| File Path | Description |
|---|---|
| .env | environment variables |
| server/init/ | the scripts to load and setup the expressjs server |
| server/main.js | runs the server, called on server start |
| server/api/models/ | the data schemas for storage |
| server/api/middle/ | middleware used throughout routes |
| server/api/routes/ | app route logic |
| server/api/tests/ | testing all modules |
| server/api/util/ | helper functions |
DB_URL=mongodb://localhost:27017
SECRET=1234