feat: add backend
This commit is contained in:
12
backend/package.json
Normal file
12
backend/package.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"name": "backend",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"license": "MIT",
|
||||
"author": "",
|
||||
"type": "commonjs",
|
||||
"main": "src/index.js",
|
||||
"scripts": {
|
||||
"start": "node src/index.js"
|
||||
}
|
||||
}
|
||||
0
backend/src/index.js
Normal file
0
backend/src/index.js
Normal file
Reference in New Issue
Block a user