Skip to content

Latest commit

 

History

45 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Cortex

version docs

Description

Cortex is an IoT stack developed for the purpose of being easily used and integrated.

API Docs

Live preview available here.

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

Releases

Packages

Used by

Contributors

Languages