Giter Site home page Giter Site logo

toddbirchard / account-creation-endpoint Goto Github PK

View Code? Open in Web Editor NEW
1.0 1.0 0.0 6 MB

:package: User account creation as a service. Handles Auth, mailing lists, analytics, and more.

Python 100.00%
python3 google-cloud-functions flask sendgrid gravatar sqlalchemy mixpanel api

account-creation-endpoint's Introduction

User Account Creation - Serverless Function

python flask Sendgrid Mixpanel SQLAlchemy Google Cloud Functions GitHub last commit GitHub issues GitHub stars GitHub forks

An endpoint triggered whenever a user submits a “create account” form. Handles several intricacies which simplify signup, track analytics, and prompts a welcome email.

Cloud Function

Functionality

This function holds a simple core value: simplify the onboarding process as much as possible for end users. This means keeping our “sign up” form as simple as possible (currently two fields) and discerning any additional data we might like to collect through scripting.

Stack

  • The progress is triggered by an application’s outgoing POST request; in this example, the Ghost blogging platform sends the request.
  • All logic is stored in a single Google Cloud Function running Python 3.7
  • Avatars are sourced by leveraging the Gravatar service.
  • New user accounts have their records stored in a Cloud SQL database running MariaDB.
  • Users are added to a mailing list and sent a welcome email via Sendgrid.
  • Analytics profiles are created in Mixpanel.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.