leonardogandrade / ams

Assets Monitoring System is a way to monitor your devices.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AMS - Asset Management System

Login

GitHub Logo

Dasboard

GitHub Logo

Reports

GitHub Logo

Abstract

This project aimed to provide a system to monitor assets in real time. Divided in three parts:

  • backend NodeJS
  • FrontEnd ReactJS
  • Mobile React Native

Backend

After clone this repository, you have navigate to backend folder and into the server_config.js file change the mongoHOST property.

const config = {
    port : 3002,
    mongoHost : '192.168.106.142:27017',
}

Database

In this version of AMS, we're only using mongodb database, cause there is no necessity of relationship between the data.

License

It`s a open source initiative, for that you are totally free to download, use and contribute with the maintainment of this project.

About

Assets Monitoring System is a way to monitor your devices.


Languages

Language:JavaScript 84.9%Language:CSS 6.5%Language:Java 3.1%Language:Objective-C 2.1%Language:Python 1.0%Language:Starlark 0.9%Language:HTML 0.8%Language:Ruby 0.4%Language:Shell 0.3%