• Blog
  • Docs
  • Updates
Webda
Docs Menu
  • Quick start
    • Tutorials
  • Develop
    • Authentication
    • Binaries
    • Custom
    • Mailer
    • Models
    • Polymer
    • Queues
    • Stores
  • Deploy
    • AWS
    • Docker
    • Configuration Resolution
    • Local
    • WeDeploy

Tutorials Guide

Youtube videos to help you understand the project.

Setting up a project from scratch

In this video you will see:

  • How to install Webda
  • How to use the configurator to add services like Authentication and NoSQL Store
  • Expose services as REST API
  • Deploy to the cloud using the AWS deployer

Add the mapping configuration to our project

Creating links between objects using the map so the NoSQL data deduplication is handled for you

Use our new serverless API on a Polymer interface

Now that the two previous videos created an API online on Lambda and expose throught the API Gateway You can setup a nice UI using Polymer and our set of components We'll implement :

  • Registration with email
  • Login with email
  • Add a contact
  • Edit a contact
  • Remove a contact
  • Upload directly to S3

Contribute on Github! Edit this section.