@cocreate/crud-client
Version:
An useful CRUD api operate Create, read, update, delete with built in database. Can be used as a firebase alternative. Easily configured using HTML5 attributes and/or JavaScript API.
24 lines (22 loc) • 784 B
HTML
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link
rel="icon"
type="image/png"
sizes="32x32"
href="../assets/favicon.ico" />
<title>Crud Client Test | CoCreateJS</title>
<link rel="manifest" href="/manifest.webmanifest" />
</head>
<body>
<script src="https://CoCreate.app/dist/CoCreate.js"></script>
<script src="./database.js"></script>
<script src="./array.js"></script>
<script src="./indexe.js"></script>
<script src="./object.js"></script>
</body>
</html>