Giter Club home page Giter Club logo

synapse's Introduction

Synapse

A complete example of a "Start-up" Project for a school assignment

Synapse

what i have done:

  • Simulated Start-up Concept
  • Created an IOT Sensor with LoraWan Network for the comunication (Sensor - Lora Signal > Lora Gateway - TCP > Api )
  • Developed API System for the realtime DB SQL DB
  • Developed the Static Web Page
  • Developed the Web App for the Sensor check and Analytics

More about:

The Concept

TODO

Project layout

|- API/             // Folder containing REST API (Realtime DB & SQL DB)
|- Old Version/    // Folder containing the old version of the API
|- database/      // Folder containing the db implementation Concept
|- gateway/      // Arduino code for the Dragino Lora Gateway (Lora Signal -> TCP)
|- sensor/      // Arduino code for the Dragino Arduino with Lora Shield (Sensor Signal -> Lora Gateway)
|- simulation/ // Data Science Analytics with Python Simulation 
|- website/   // Folder containing the Website and The Platform
|   |
|   |- Platform/ // Folder containing the Platform Next Js Web App
|   |- Static/  //  Folder containing the Synapse Next Js Website
|

Build and Run

Todo

User Service

HTTP Method URL Description
POST http://localhost:8080/sensor/addMeasure?{Serial_number}&{measure} Add new Measure
POST http://localhost:8080/sensor/getMeasure?{Serial_number} Get all Sensor's Measures
POST http://localhost:8080/sensor/get?{Serial_number} Get Sensor Information
POST http://localhost:8080/sensor/getAll/?{user_id} Get all User's Sensors
POST http://localhost:8080/user/register?{username}&{mail}&{password} Register new User
POST http://localhost:8080/user/login?{mail}&{password} Login System
POST http://localhost:8080/user/updatepassword?{mail}&{old_password}&password} Edit the Password

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.