Files
Damodar Lohani 2690250f55 updated param
2022-01-04 18:18:27 +05:45
..
2022-01-04 18:18:27 +05:45

Getting Started

Initialise the Appwrite SDK in your code, and setup your API credentials:


// Init your Web SDK
var appwrite = new Appwrite();

appwrite
    .setEndpoint('http://localhost/v1') // Set only when using self-hosted solution
    .setProject('455x34dfkj') // Your Appwrite Project UID
;