Git Product home page Git Product logo

sileau-iot's Introduction

Sileau

Project description

The greatest silo monitoring system ever created!

How to install

๐Ÿ“Œ For all environments

Create a .env file out of .env.example.
cp ./express-server/.env.example ./express-server/.env

Using Docker ๐Ÿ‹

To be able to use the Docker environment, you need to have both Docker and Docker Compose installed on your computer.
Note: Docker Compose is included in Docker installation if you're using MacOS or Windows. Only Linux users need to download it separetely.

  1. Install node dependencies locally
    cd ./angular-client
    npm install
  2. Build Docker images
    cd ..
    docker-compose build
  3. Run containers
    docker-compose up
  4. Access a container
    If you want to execute some commands inside a container run:
  • docker-compose exec express bash to have acces to the express server container
  • docker-compose exec angular bash to have acces to the angular client container
    When you want to quit the container, just type exit
  1. Stop containers
    docker-compose down

โš ๏ธ Important: When you want to execute a docker-compose [whatever] command, you need to be in the project root folder. The one where docker-compose.yml is located.

Services

Backend REST API

The REST API is using Node.JS and Express.JS.
URL: http://localhost:9000

Frontend SPA

The frontend client is a Angular 5 Application.
URL: http://localhost:4200

Database

The Database is a MongoDB database.
URL: http://localhost:27017

Application

Here is some screenshot of the application running on Heroku.

Desktop version

Silo desktop

Tablet version

Silo tablet

Mobile version

(Portrait view) Silo mobile

sileau-iot's People

Contributors

cesar3030 avatar

Stargazers

 avatar

Watchers

James Cloos avatar  avatar  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.