Giter Club home page Giter Club logo

wild_rides's Introduction

Wild Rides :: 
Serverless Web-Application that enables users to request unicorn rides to get to their destination faster and hassle-free. 
Built using AWS Services such as  AWS Amplify, Amazon Cognito, AWS Lambda, Amazon API Gateway and Amazon DynamoDB

Amplify :: To Deploy the Web Application
Cognito :: User Management
Lambda :: Serverless backend
API Gateway :: Proxy between Web-Browser & Lambda Function 
DynamoDB :: To store the ride details

STEPS -->

1. Install AWS shell
pip install aws-shell

2. Configure AWS shell
aws configure

3. Create a repo on AWS CodeCommit
aws codecommit create-repository --repository-name wild-rydes

4. Clone the source code from Github
git clone https://github.com/aws-samples/aws-serverless-webapp-workshop

5. Split the WildRydes app into a branch
cd aws-serverless-webapp-workshop
git subtree split -P resources/code/WildRydesVue/ -b WildRydesVue

6. Create a git repo and populate it with source code of WildRydesVue
mkdir ../wild-rydes
cd ../wild-rydes
git init
git pull ../aws-serverless-webapp-workshop WildRydesVue

7. Create a repo and AWS CodeCommit and push this source code
git remote add origin codecommit::ap-south-1://wild-rydes
--Now Generate Git Credentials using AWS Code Commit User Guide
git push -u origin master

install Node.js

8. Install amplify cli
npm install -g @aws-amplify/cli
amplify init

9. Add user pool to amplify app
amplify add auth

10. Push changes to the codecommit
git add .
git commit -m "made changes"
git push

wild_rides's People

Watchers

Chaitanya Kini 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.