Initial Vue & Backend Files

This commit is contained in:
Johnathon Slightham
2021-02-19 23:36:53 -05:00
commit eb946e93be
13 changed files with 12103 additions and 0 deletions

11
API/package.json Normal file
View File

@@ -0,0 +1,11 @@
{
"name": "api",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC"
}