Skip to content

Commit eaf2de7

Browse files
committed
2 parents 3da75c5 + a6d2f17 commit eaf2de7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Guidance on onboarding samples to docs.microsoft.com/samples: https://review.doc
2222
Taxonomies for products and languages: https://review.docs.microsoft.com/new-hope/information-architecture/metadata/taxonomies?branch=master
2323
-->
2424

25-
# REST + GraphQL TodoMVC Sample App Full Stack Implementation
25+
# REST & GraphQL TodoMVC Sample App Full Stack Implementation with Prisma
2626

2727
![License](https://img.shields.io/badge/license-MIT-green.svg)
2828

@@ -43,7 +43,9 @@ The implementation uses
4343

4444
## Implementation Details
4545

46-
Folder structure
46+
This sample is a variation of the Full-Stack MVC Todo sample described here: [TodoMVC Full Stack with Azure Static Web Apps, Node and Azure SQL](https://devblogs.microsoft.com/azure-sql/todomvc-full-stack-with-azure-static-web-apps-node-and-azure-sql/). The difference, of course, is the use of Prisma to have a model-first approach and to support both the REST and GraphQL endpoints.
47+
48+
## Folder Structure
4749

4850
- `/api`: the NodeJs Azure Function code used to provide the backend API, called by the Vue.Js client
4951
- `/client`: the Vue.Js client. Original source code has been taken from official Vue.js sample and adapted to call a REST or GraphQL client instead of using local storage to save and retrieve todos

0 commit comments

Comments
 (0)