GithubHelp home page GithubHelp logo

medifle / fresh-tracks Goto Github PK

View Code? Open in Web Editor NEW

This project forked from aws-samples/fresh-tracks

0.0 1.0 0.0 4.12 MB

A custom-built serverless application built in Vue.js to demonstrate multiple SaaS integrations into AWS with EventBridge.

Home Page: https://myfreshtracks.com

License: MIT No Attribution

Dockerfile 0.69% JavaScript 46.32% PowerShell 0.13% Shell 0.15% HTML 2.83% Vue 49.60% CSS 0.28%

fresh-tracks's Introduction

Fresh Tracks

An event driven serverless web application built in Vue.js. This example app allows you to upload .gpx files to view your tracked activities. Try it out at MyFreshTracks.com

ℹ️ set up and deployment time is approximately 10 mins.

ℹ️ This application uses Auth0 to manage and Authenticate users. You must create a demo app in Auth0 before you can login, or deploy the backend resources. See "Authentication - Auth0" below.

Fresh Tracks

Deploying the front-end application locally:

  • Clone the repo onto your local development machine:
git clone
  • cd into the root directoy and run:
npm install
  • Run the application locally:
npm run serve

Deploying the backend application

This application uses many AWS services to power the backend: See this guide to deploy the back end resources and services

Fresh Tracks - Core architecture

Authentication - Auth0

The project needs to be connected to an Auth0 application in order for the authentication flow to work.

  1. Go to Auth0 and click Sign Up.

  2. Register a single page applicaiton

  3. Add your domain (http://localhost:3000, if deploying locally) to the Allowed Callback URLs, Allowed Logout URLs, and Allowed Web Origins in your applicaiton settings.

  4. Configure the front end applicaiton with your Auth0 domain and client ID.

Option 1 (prefered) - use environment variables:

create a .env file in the root directory and provide the following values:

VUE_APP_Auth0_Domain = <YOUR AUTH0 DOMAIN>
VUE_APP_Auth0_ClientId = <YOUR AUTH0 CLIENT ID>
VUE_APP_Auth0_Audience = <API_IDENTIFIER>

Learn about FreshTracks 3P SaaS integrations:

  • Auth0 - Analyse user events to create an Amazon QuickSight
  • Zendesk - An automated self-service Knowledge repository

Issue Reporting

If you have found a bug or if you have a feature request, please report them at this repository issues section.

License

This project is licensed under the MIT license. See the LICENSE file for more info.

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.