Git Product home page Git Product logo

infra-manager's Introduction

Connus

Installation

  • Clone Repository
  • install Docker
  • install nginx (optional)

Usage

Development

Ensure MongoDB instance is running and run development mode

> yarn start

Production

For production run

yarn build:prod
PORT=8080 NODE_ENV=production HOST=52.72.2.200 pm2 start ecosystem.json

With Docker, builds up with node and mongo

> docker-compose up --build # IMPORTANT Omit the --build if not the first build

Codes

Services

Code Name
00 Sites
01 Accesses
02 Vehicular Flow
03 Perimeter
04 Facial Recognition
05 CCTV

Access

Code Name
0 Guest
1 Company user
2 Company admin
3 Company register
4 Connus user
5 Connus admin

Environment Variables

Name Default
MONGODB_URL mongodb://localhost:27017/kawlantid
NODE_ENV development
HOST 0.0.0.0
PORT 8080

Brief Documentation

Folder Description
config This folder contains all files related to configuration. From database URI, NGINX.conf, webpack configuration for all environments and other server configuration files
lib Files that are used for external services or processes. Rekognition.py is contained in here
models All MongoDB schemas are contained in here
resources Files which help to develop or understand the application
router API's related files
src All JS client-source files
static All static files. Images, icons, and other related static files

API https://documenter.getpostman.com/view/596007/RVncdboE

FRM Mobile https://documenter.getpostman.com/view/596007/RVtvpsRv

Licence

MIT

infra-manager's People

Contributors

jacobgarcia avatar frans06 avatar runtimecrasher avatar jacobnavarro avatar cesargdm avatar joseangel-sc avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.