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.
saidur2k/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.
JavaScriptMIT