All Projects → atsign-foundation → at_demos

atsign-foundation / at_demos

Licence: BSD-3-Clause license
A collection of demo apps written to help you get a head start on your atPlatform journey

Programming Languages

dart
5743 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to at demos

helloworld
Hello world and other commented GameBoy assembly examples for beginners.
Stars: ✭ 31 (-31.11%)
Mutual labels:  hello-world
Cookbook
目的から処理を逆引きするためのコード集です
Stars: ✭ 17 (-62.22%)
Mutual labels:  cookbook
xamarin-forms-demo-app
A demo application in this repository demonstrates the capabilities of the DevExpress Mobile UI for Xamarin.Forms: Data Grid, Editors, Charts, Scheduler, Data Form, and other controls.
Stars: ✭ 74 (+64.44%)
Mutual labels:  demos
ohai
Development repository for Chef Cookbook ohai
Stars: ✭ 49 (+8.89%)
Mutual labels:  cookbook
purescript-cookbook
An unofficial Cookbook for PureScript
Stars: ✭ 173 (+284.44%)
Mutual labels:  cookbook
SSComposeCookBook
A Collection of major Jetpack compose UI components which are commonly used.🎉🔝👌
Stars: ✭ 386 (+757.78%)
Mutual labels:  cookbook
Windows
Development repository for Chef Cookbook windows
Stars: ✭ 251 (+457.78%)
Mutual labels:  cookbook
Demos
🔥 the go programming language go Demos, go语言例子 go语言圣经 练习题 go 语言书籍 bootstrap 练习 sql-mysql练习
Stars: ✭ 84 (+86.67%)
Mutual labels:  demos
5-minutes-help
我们需要一个更美好的世界
Stars: ✭ 24 (-46.67%)
Mutual labels:  hello-world
container-slides
Slides for my container talks
Stars: ✭ 47 (+4.44%)
Mutual labels:  demos
delivery-truck
DEPRECATED: Delivery build cb for pipelines
Stars: ✭ 36 (-20%)
Mutual labels:  cookbook
omnibus
Prepares a machine to be an Omnibus builder. ┬──┬◡ノ(° -°ノ)
Stars: ✭ 28 (-37.78%)
Mutual labels:  cookbook
HelloWorlds
Hello-World program in most programming languages
Stars: ✭ 102 (+126.67%)
Mutual labels:  hello-world
przepisy-programisty
Sernik i inne przepisy programisty: precyzyjne, powtarzalne i przepyszne!
Stars: ✭ 117 (+160%)
Mutual labels:  cookbook
chef-postgres-hardening
This chef cookbook provides security configuration for PostgreSQL.
Stars: ✭ 26 (-42.22%)
Mutual labels:  cookbook
cookbook-cq
Chef cookbook for Adobe CQ (aka AEM)
Stars: ✭ 20 (-55.56%)
Mutual labels:  cookbook
a-frame-demos
VR demos built with A-Frame
Stars: ✭ 19 (-57.78%)
Mutual labels:  demos
Python-MLOps-Cookbook
This is an example of a Containerized Flask Application that can deploy to many target environments including: AWS, GCP and Azure.
Stars: ✭ 269 (+497.78%)
Mutual labels:  cookbook
MICCookBook
The Great MIC Cookbook for Modern Applications
Stars: ✭ 14 (-68.89%)
Mutual labels:  cookbook
cnn-visualization-keras-tf2
Filter visualization, Feature map visualization, Guided Backprop, GradCAM, Guided-GradCAM, Deep Dream
Stars: ✭ 21 (-53.33%)
Mutual labels:  demos

at_demos

GitHub License OpenSSF Scorecard

Welcome! We have a collection of demo apps written to help you get a head start on your atPlatform journey. We recommend looking at the apps in the following order:

  1. at_hello_world: A beginner app that introduces the fundamental atPlatform verbs.
  2. at_cookbook: An intermediate-level application that builds on the at_hello_world app to create a cookbook.
  3. @mosphere: A production-level application (included in a separate repo) that uses advanced atPlatform verbs to stream large files across multiple Atsigns.

Creating your atPlatform application

Just like any Flutter app, an atPlatform application requires a little bit of setup before you can get started. Here are those steps:

  1. Add the service file to your app: You can simply copy this service file from the at_hello_world application. This file contains helper methods that allow you to implement atProtocol functionality with just a couple of lines of code.
  2. Add the configuration file to your app: Again, feel free to copy this from the at_hello_world application. This file contains variables that allow you to use the virtual environment. Make sure that the ROOT_DOMAIN string is set to vip.ve.atsign.zone and you have a unique name for the NAMESPACE of your app!
  3. Copy the dependencies from the at_hello_world pubspec.yaml file and put them into your project.

We are super glad that you are beginning your journey as an atDev. We highly recommend that you join our discord dev community for troubleshooting, dev updates, and much more!

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].