"1": {
    "name": "Sample HTML project",
    "description": "A simple starter project for your very own static HTML site!", 
    "private": false,
    "creator": "lanksy",
    "created": "19/05/2022",
    "deleted": false,
    "contents": {
      "index.html": "<!DOCTYPE html><html><head><title>Sample MakeLabs Project</title></head><body><h1>Hello World!</h1><p>Just yo' sample MakeLabs project over here!</p></body></html>"
    }
  }

comments (single view)

so you store the content in the json rather than using the filesystem?

View all comments