Skip to content

profiralex/tasks-graphql-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tasks GraphQL API

Example of implementing a simple Tasks management API using Node.js and GraphQL.

Architecture

The architecture is implemented in a simple layered style where the GraphQL is responsible for interfacing the clients and the business logic is delegated to special services.

Persistence

All data is persisted using a in-memory database LokiJS.

About

A simple API for TODO tasks apps built using graphql

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published