Giter Site home page Giter Site logo

postingly_workspaces's Introduction

Postingly Backend

This repository contains Postingly Backend. This is built using the yarn workspaces. This basically means that there are 3 separate projects and one folder contains all the shared code. It is build on top of serverless frame work for NodeJS. The DB we are using for this project is mongoDB. It has 4 sections. Three sections has serverless files in it. The 4th one contains shared code among all the other 3 folders.

Functions

This folder contains AWS Lambda functions. There are two types of lambda functions

  1. Cron Lambda functions These kinds of functions that are triggered on regular interval to invoke other functions.
  2. Simple lambda functions, These functions are invoked from other sources such as REST API and these are the functions that actually perform the updates.

REST API

Rest api is used to connect 3rd party e-commerce stores This currently handles Shopify API. It has functions for

  • Shopify Auth,
  • Shopify Payments
  • Shopify Webhooks
  • Twitter request token

GRAPHQL API

This folder includes the implementation of the graphql api used for react app. This graphqQL implementation is carried out using Apollo.

Shared

This folder contains all the service classes that are shared between the three projects.

postingly_workspaces's People

Contributors

junaidatique avatar dependabot[bot] 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.