VulcanJS/vulcan-next

RFC: A downright full-stack framework

Opened this issue · 0 comments

Goal

Vulcan is not about coding, it's about creating application. It should be easy to add persistence solutions and a backend to your application.

Vulcan is also about choice, because no application is the same. It should also be easy NOT to add a backend, in case you want to create a classical Single Page Application.

Ideas

  • Easy spawn of a Mongo database
  • Easy install of Prisma?
  • Include an API route with Apollo GraphQL
  • Ability to use Vulcan's schema to generate the API (Work In Progress)