overview
Github: https://github.com/skyhitz/backend
Backend repository contains graphql server witten using express and apollo.
Project structure
src
directory that contains all source codealgolia
algolia related code. Contains index set up and operations.assets
auth
config
contains config interfaceconstants
contains constant interfacegraphql
contains all resolvers, as well as schema, and server entrypointpasswordless
scripts
contains scriptssendgrid
directory for email servicestellar
directory for stellar related operationsutil
🏁 Start the app
Install dependencies:
yarn
Run locally:
yarn dev