@athenajs/core

Framework for GraphQL and REST APIs

Usage no npm install needed!

<script type="module">
  import athenajsCore from 'https://cdn.skypack.dev/@athenajs/core';
</script>

README

athena

CircleCI NPM

I'm tired of rebuilding the same architecture over and over for REST & GraphQL APIs. Athena's goal is to consolidate and improve the best practices I try to follow, and make them extensible and reproducible.

The only logic in my server-side codebase should be application-specific business logic.

Here's the changelog.

Usage

See the demo codebase in src/demo. (Pay attention to src/demo/index.ts, which initializes everything!)