Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squishy123/cortex
IoT Infrastructure
https://github.com/squishy123/cortex
database iot iot-framework mongodb nodejs server
Last synced: 21 days 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 (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-03-04T20:32:57.000Z (almost 6 years ago)
- Last Synced: 2024-10-25T19:49:27.745Z (2 months ago)
- Topics: database, iot, iot-framework, mongodb, nodejs, server
- Language: JavaScript
- Homepage: https://squishy123.github.io/cortex/
- Size: 419 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Cortex
![version](https://img.shields.io/badge/version-0.0.1-brightgreen.svg?style=flat-square) ![docs](https://img.shields.io/badge/docs-coming%20soon-orange.svg?style=flat-square)- [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
```