Skip to content

Commit

Permalink
Merge pull request #1 from Willylaisa/Brian
Browse files Browse the repository at this point in the history
commit 1: Create server file4 structure
  • Loading branch information
Brikita committed Jul 11, 2023
2 parents c60606d + d0abddd commit 9a4e2c4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
Empty file added server/index.js
Empty file.
11 changes: 11 additions & 0 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"name": "blogapp",
"version": "1.0.0",
"description": "My Blog App",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Coding Titans",
"license": "ISC"
}

0 comments on commit 9a4e2c4

Please sign in to comment.