Git Product home page Git Product logo

fs's Introduction

Experimental playground sample system for Fullstack Development 2024, Business academy southwest

Graphical system overview

Diagram Description

Diagram explanation can be found in the bottom of README.

What is it?

When settling on technologies, style and architecture, I spend some time experimenting to find a fit where I will create a sample app - this is that.

Naturally, some of the contents end up not being part of the actual course contents, since I deem they don't fit into the scope, but I might still leave the code in here.

Try the deployed version:

The current version can be used here: (link coming soon)

Quickstart: Run Locally

With Docker and Docker Compose installed:

docker-compose up --build

Without docker. With .NET 8 CLI:

(will use some default environment variables without certain 3rd party services like Azure Cognitive Services):

cd backend/api && dotnet run --rebuild-db

What does it do?

  • Demonstration of realtime chat application + live data presentation from IoT edge devices

xml file for graphical representation: (draw.io): fs.xml

  1. Directory: /frontend/, Angular Client application
  2. Directory: /flutter_websocket_client_app/, Flutter mobile client application
  3. Directory: /backend/ .NET 8 Websocket server + MQTT client
  4. Directory: /backend/api/Mqtt/ The specific MQTT client segment of the .NET application
  5. Directory: /mqtt_broker/ A bash script to start a mosquitto MQTT broker server locally
  6. Directory: /mqtt_mock_edge_device/ A bash script to start an MQTT client using mosquitto and publishing a message
  7. (no directory) Postgres DB to persist and query data from .NET using Npgsql + Dapper
  8. (no directory) Azure Cognitive Services called with HTTP requests from .NET http client

fs's People

Contributors

uldahlalex avatar

Stargazers

Ever Orellana avatar Patrik Valentíny avatar Matej Mazúr avatar Júlia Ilášová avatar

Watchers

 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.