initial commit, have most of the categories crud methods
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
|
||||
{
|
||||
"name": "budgit",
|
||||
"version": "1.0.0",
|
||||
"scripts": {
|
||||
"build": "npm run setup:server",
|
||||
"setup:app": "npm run setup:server && npm run setup:client",
|
||||
"setup:client": "cd budgit.client && npm i",
|
||||
"setup:server": "cd budgit && npm i",
|
||||
"start": "node budgit/index.js"
|
||||
},
|
||||
"engines": {
|
||||
"node": "^14.17.0"
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user