Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

my-axiory

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

my-axiory

# Phoenic starter project Boilerplate allowing to quickly start a new project with standardized stack complaining with *Purple Future Architecture* 💜🚀

  • 1.2.0
  • unpublished
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
1
Weekly downloads
 
Created
Source

Purple Future Architecture 💜🚀

Phoenic starter project

Boilerplate allowing to quickly start a new project with standardized stack complaining with Purple Future Architecture 💜🚀

Serverless Enabled This project is using Percy.io for visual regression testing.

Stack

General

  • Serverless
  • CI/CD
  • Lerna
  • Jest
  • Prettier before commit

FrontEnd

Running FE with API:

  • Visit /devhappy and enter account details to verify cognito user
  • After first login, your login&password will be saved in localstorage as mockMail and mockPass Delete localStorage if you want to switch to different user.

API

  • GraphQL
  • AWS AppSync

BackEnd

  • AWS Step Functions

Docs

Basic setup

.env file

You might need to have .env file in folders api, frontend and backend.

This file should contain:

AWS_SDK_LOAD_CONFIG=true
AWS_PROFILE=axiory
AWS_REGION=ap-southeast-1

You need to change the region and profile due to your needs.

Deployment

Branch based deployment via CircleCI (our CI)

Feature deployment

  1. Commit and push your changes in your feature branch (starts with f/ or feature/)
  2. Go to CicleCI
  3. Find deploy_feature workflow for your branch
  4. Click on approve_deploy job

NOTE: After you merge your feature DO NOT FORGET TO REMOVE IT FROM AWS by using worfklow remove_feature in CirleCI. First you must start the remove_feature workflow and then you can remove the git branch - not other way round.

FAQs

Package last updated on 18 May 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc