Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 590 Bytes

File metadata and controls

7 lines (4 loc) · 590 Bytes

gql-rw-azure

This is basic CRUD GraphQL API for fetching, creating, deleting and updating the User Messages with Azure Functions for serverless architecture.

NOTE

This application is deployed on the localhost for testing. For deploying on the Azure Cloud, you need to have your own Azure Subscription on the Microsoft Azure. Regarding the connection to DB, you need to have a Postgres installed on your system and the table data is present in the DB.sql file with the queries. Temporarily you can use Mockaroo.com for generating mock data according to the DB file in the project.