Dataswyft API Platform: Developers Docs
WebsiteGitHubSlackLogin
  • About Dataswyft
    • Community & Support
  • Learn about Dataswyft Platform
    • Decentralized Data Servers
    • Personal Data Account
      • HMIC Permissions
      • Namespaces
      • Single Sign-On
    • Data Wallet
      • Data Wallet Canvas and Solutions
      • CheckD Data Wallet: Release Notes
    • Dataswyft One
      • Compute Tools
  • Build on Dataswyft Platform
    • Dataswyft One APIs
      • Data API
        • Filtering, Querying & Transforming Data
        • Data Debit
      • File Storage API
      • Computations API
      • Postman Collection
    • Integrating with Data Wallets
    • Getting Started
      • Quick Start
      • Developers Portal
        • Updating and Submitting an Application
        • Deleting an Application
        • Application Statuses
      • Application Example - React
        • 1. Environment Setup
        • 2. Create Main Structure
        • 3. Main Page & Routing
        • 4. User Authentication
        • 6. CRUD Operations
        • 5. Component Pages
  • Deploy
    • Application Review
    • Rating Assurance & Certification
    • Live Application Ratings
  • Knowledge Base
    • Security Practices
    • FAQ
    • Glossary of Terms
  • Dataswyft
Powered by GitBook
On this page

Was this helpful?

  1. Build on Dataswyft Platform
  2. Getting Started

Quick Start

An introduction for the impatient.

PreviousGetting StartedNextDevelopers Portal

Last updated 5 months ago

Was this helpful?

"Hello world" with a PDA

Grab our .

git clone https://github.com/dataswift/dataswift-starter-app-js.git

Prerequisites: node 12.13.0 and npm 6.12

Grab your favourite caffeinated ☕ beverage and do:

cd dataswift-starter-app-js
npm install
npm start

Then navigate to http://localhost:3000/ to play with the app

To go live your app will get reviewed by us and published like on the Apple App store

From the start, please think about storing any piece of private data only once with random UUID references which you can store normally in your existing database.

Lastly, we before they go live to ensure the app is compliant with global data regulations. We partner with you to get quality code out the door. If you need one of our data privacy experts to help guide you – reach us on .

review all apps
contact@dataswyft.com
getting started Notes MVC app