-
Notifications
You must be signed in to change notification settings - Fork 0
Tech stack
Ian DeJong edited this page Oct 10, 2022
·
2 revisions
Taproot's stack is basically the MERN stack, except we're temporarily using a local SQLite database instead of Mongo.
There are a few more things to be aware of. First, the back end is built with Keystone.js, a headless content management system (CMS), and runs as a GraphQL API on a separate server from the front end. The front end is a React app built with Next, and uses Apollo to fetch data from the back end.