https://github.com/squishy123/cortex
IoT Infrastructure
https://github.com/squishy123/cortex
database iot iot-framework mongodb nodejs server
Last synced: 7 months ago
JSON representation
IoT Infrastructure
- Host: GitHub
- URL: https://github.com/squishy123/cortex
- Owner: Squishy123
- License: apache-2.0
- Created: 2018-11-02T15:03:42.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T20:32:57.000Z (almost 7 years ago)
- Last Synced: 2025-03-31T03:24:01.954Z (10 months ago)
- Topics: database, iot, iot-framework, mongodb, nodejs, server
- Language: JavaScript
- Homepage: https://squishy123.github.io/cortex/
- Size: 419 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cortex
 
- [Cortex](#cortex)
- [Description](#description)
- [API Docs](#api-docs)
- [Project Structure](#project-structure)
- [Default Environment Variable Values:](#default-environment-variable-values)
### Description
Cortex is an IoT stack developed for the purpose of being easily used and integrated.
### API Docs
Live preview available [here](https://documenter.getpostman.com/view/4171682/RzZ6L2CF).
### Project Structure
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
### Default Environment Variable Values:
```
DB_URL=mongodb://localhost:27017
SECRET=1234
```