fastapi-template

template This project is an extension to the repo https://github.com/tiangolo/full-stack-fastapi-postgresql , made by the creator of FastAPI (https://fastapi.tiangolo.com/). This project encorporates parts of the project formed its cookiecutter project, which are important, and pertaining to creating a highly integrable backend service in Python. It excludes the unimportant services from the main project. Backend Requirements Docker. Docker Compose. Poetry for Python package and environment management. Backend local development Start the stack with Docker Compose: docker-compose up -d Now you can open your browser and interact with these URLs: Backend, JSON based web API based on OpenAPI: http://localhost:8000/api/...

April 12, 2021 · Siddhartha Varma

flutter

Flutter is Google’s SDK for crafting beautiful, fast user experiences for mobile, web, and desktop from a single codebase. Flutter works with existing code, is used by developers and organizations around the world, and is free and open source. Documentation Install Flutter Flutter documentation Development wiki Contributing to Flutter For announcements about new releases and breaking changes, follow the flutter-announce@googlegroups.com mailing list. About Flutter We think Flutter will help you create beautiful, fast apps, with a productive, extensible and open development model....

April 12, 2021 · Siddhartha Varma

flutter-jams-2020

Flutter Study Jams A series of workshop on flutter conducted for SDC VIT. This repository contains all the material used in the workshops categorized by no of sessions individually. Sessions Material Session1 Material Session2 Material Session3 Material Session4 Material Session5 Material Content Available The repository consists of following things: Session PPT Code Sample of each tutorial categorized by session Other References Setting up your environment Pre-requisites:...

April 12, 2021 · Siddhartha Varma

flutter-mqtt-temp-hum

Flutter - MQTT This is the code for an IOT project consisting of an interface/GUI for NodeMCU+DHT11 sensor using MQTT protocol Starting code and inspiration for this project can be found here. Prerequisites Android Studio Flutter SDK VS Code (Optional) Directions to run git clone https://github.com/BRO3886/flutter-mqtt-temp-hum.git cd flutter_mqtt flutter run -v

April 12, 2021 · Siddhartha Varma

flutter-plugins

CACHET Flutter plugins This repo contains the source code for Flutter first-party plugins developed by developers at the Copenhagen Center for Health Technology (CACHET) at The Technical University of Denmark. Check the packages directory for all plugins. Flutter plugins enable access to platform-specific APIs using a platform channel. For more information about plugins, and how to use them, see https://flutter.io/platform-plugins/. Plugins These are the available plugins in this repository. Plugin Description Android iOS Pub screen_state Track screen state changes ✔️ ❌ light Track light sensor readings ✔️ ❌ pedometer Track step count ✔️ ✔️ noise_meter Read noise level in Decibel ✔️ ✔️ app_usage Track usage of all applications on phone....

April 12, 2021 · Siddhartha Varma

Flutter-Question-Answer-App

Question-Answer App made with Flutter A project made while learning Flutter

April 12, 2021 · Siddhartha Varma

food-detection-app

food_app A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference. food-detection-app

April 12, 2021 · Siddhartha Varma

get-it-example

get_it_example A new Flutter project. Getting Started This project is a starting point for a Flutter application. A few resources to get you started if this is your first Flutter project: Lab: Write your first Flutter app Cookbook: Useful Flutter samples For help getting started with Flutter, view our online documentation, which offers tutorials, samples, guidance on mobile development, and a full API reference.

April 12, 2021 · Siddhartha Varma

gin-template

Functionalities < insert functionality > < insert functionality > < insert functionality > < insert functionality > Instructions to run Pre-requisites: < insert pre-requisite > < insert pre-requisite > < directions to install > < insert code > < directions to execute > < insert code > If you liked the repo please conisder giving it a ⭐ Powered by Gin LICENSE MIT

April 12, 2021 · Siddhartha Varma

github-readme-stats

Original Repo anuraghazra/github-readme-stats Github Readme stats Get dynamically generated GitHub stats on your readmes! Features Github Stats Card Github Extra Pins Customization Deploy Yourself Github Stats Card Copy paste this into your markdown content, and that’s it. Simple! change the ?username= value to your GitHubs’s username [![Anurag's github stats](https://github-readme-stats.vercel.app/api?username=anuraghazra)](https://github.com/anuraghazra/github-readme-stats) Hiding individual stats To hide any specific stats, you can pass a query parameter ?hide= with an array of items, you wanna hide....

April 12, 2021 · Siddhartha Varma