You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -64,13 +64,13 @@ Top priority of this demo is to connect a Vulcan Next frontend to an existing Me
64
64
We cannot put this folder as the root, as Meteor cannot import file outside of the package. So it has to live in Meteor until we find a better approach for the `common` folder.
65
65
66
66
67
-
###Full-stack = progressively use Next as your backend
67
+
## Full-stack = progressively use Next as your backend
68
68
69
69
In the long run, the goal is to transition the Meteor backend to Next as well, using Next API routes.
70
70
71
71
- Next is configured to use the same Mongo database as Meteor locally. To get the URL of the local Meteor database, run `meteor mongo -U`. It's most probably something like this: `mongodb://127.0.0.1:3002/meteor`
72
72
- TODO: in Next, configure Passport to authenticate users using the existing Mongo database from Meteor
73
-
73
+
- You can use both Next's GraphQL API and Meteor's GraphQL API using the [Connect to multiple graphql API in the frontend pattern described here](https://github.com/VulcanJS/vulcan-next/blob/demo/with-meteor-backend/src/content/docs/recipes.md)
74
74
## Caveats
75
75
76
76
- Check Vulcan NPM migration documentation to see the difference between Vulcan Meteor and Vulcan Next: https://github.com/VulcanJS/vulcan-npm/blob/devel/MIGRATING.md
0 commit comments