Add MongoDB and Mongoose
Closed this issue · 0 comments
EddyVinck commented
To make it easier to setup real world projects where you would use a database I'm going to connect to MongoDB and use Mongoose to interact with Mongo in the GraphQL resolvers specific to the new "database" section in the UI.
The example data can be something simple such as authors, posts and some things only admins can do, which is necessary for #6.