Quick Start
An introduction for the impatient.
"Hello world" with a PDA
Grab our getting started Notes MVC app.
git clone https://github.com/dataswift/dataswift-starter-app-js.git
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
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 review all apps 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 [email protected].
Last updated
Was this helpful?