Skip to content

Commit 4ee3d52

Browse files
committed
add initial files
0 parents  commit 4ee3d52

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# CodingEdg on backend
2+
3+
this is first step on 3rd april 2023

package.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
{
2+
"name": "backend_app",
3+
"version": "1.0.0",
4+
"description": "a backend at codingEdg channel - youtube",
5+
"main": "index.js",
6+
"scripts": {
7+
"test": "echo \"Error: no test specified\" && exit 1"
8+
},
9+
"keywords": [
10+
"javascript",
11+
"mongoose",
12+
"backend",
13+
"codingedg"
14+
],
15+
"author": "Mehtab Ali",
16+
"license": "ISC"
17+
}

0 commit comments

Comments
 (0)