We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5556b10 commit 0869d53Copy full SHA for 0869d53
README.md
@@ -0,0 +1,10 @@
1
+# typescript-apollo
2
+Tutorial for HowToGraphQL with Typescript, Apollo-Server, Nexus and Prisma.
3
+
4
5
+### Installation
6
7
+1. Run `npm install`
8
+2. Run `npm dev`
9
10
+_Note:_ There's no need to run migrations on the database because the SQLite Database is added to version control for convenience.
0 commit comments