/graphql-cms

API for a Blog CMS. The Blog comprises of three concept: Users, Posts and Tags. The CMS will handle creating and authenticating users (using JWT). Tags will be used as a taxonomy to group posts. A post belongs to many tags and a tag can have many posts. Authenticated users are able to perform CRUD tasks like creating posts and tags.

Primary LanguageJavaScriptMIT LicenseMIT

graphql-cms

API for a Blog CMS. The Blog comprises of three concept: Users, Posts and Tags. The CMS will handle creating and authenticating users (using JWT). Tags will be used as a taxonomy to group posts. A post belongs to many tags and a tag can have many posts. Authenticated users are able to perform CRUD tasks like creating posts and tags.