GithubHelp home page GithubHelp logo

eisekson / aws-cognito-angular2-quickstart Goto Github PK

View Code? Open in Web Editor NEW

This project forked from amazon-archives/aws-cognito-angular-quickstart

0.0 2.0 0.0 1.45 MB

An Angular2-based quickstart web app utilizing Amazon Cognito, S3, and DynamoDB (serverless architecture)

Home Page: http://cognito.budilov.com

License: Apache License 2.0

Shell 4.25% TypeScript 40.16% HTML 14.50% CSS 3.88% JavaScript 37.21%

aws-cognito-angular2-quickstart's Introduction

Cognito Quickstart

What does this app do?

QuickStart Angular2 Cognito App

Tech Stack

Required Tools

Frameworks

AWS Setup

Install the required tools
This will install the AWS resources
  • cd aws
  • ./createResources.sh

Getting the code

# Clone it from github
git clone --depth 1 [email protected]:awslabs/aws-cognito-angular2-quickstart.git
# Install the NPM packages
npm install
# Run the app in dev mode
npm start
# Build the project and sync the output with the S3 bucket
ng build; cd dist; aws s3 sync . s3://budilov-cognito/
# Test it out
curl โ€“I http://budilov-cognito.s3-website-us-east-1.amazonaws.com/

Necessary changes

Modify the following 2 files with your newly-created AWS service ids (Cognito, DDB, etc)

src/environments/environment.ts
src/environments/environment.prod.ts

aws-cognito-angular2-quickstart's People

Contributors

vbudilov avatar gadams999 avatar ababkin avatar hyandell avatar

Watchers

James Cloos avatar  avatar

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.