Skip to content

A Node.js client-server architecture for sending & fetching email.

Notifications You must be signed in to change notification settings

wavesrcool/hermes

Repository files navigation

hermes

A Node.js client-server architecture for sending & fetching email.

Overview

The repo is split up into a number of packages -

  • hermes-web A web client
  • hermes-native A cross platform (iOS/Android) app
  • @hermes-js/api An http server with a GraphQL endpoint and REST webhooks
  • @hermes-js/dev A collection of cli tools and build scripts used across repo packages
  • @hermes-js/env A typed Node environment instance used across repo packages
  • @hermes-js/library A collection of common functions, types, and references used across frontend and backend repo packages
  • @hermes-js/models The definitions for database models and PostgreSQL connection instance

Requests

API test -

curl -L -X GET 'http://localhost:${PORT}'

About

A Node.js client-server architecture for sending & fetching email.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published