Init Commit
started working before the repo was created - Backend mostly done - Frontend - I am unsure on progress as it has been a while
This commit is contained in:
0
.gitignore
vendored
Normal file
0
.gitignore
vendored
Normal file
14
backend/package.json
Normal file
14
backend/package.json
Normal file
@@ -0,0 +1,14 @@
|
|||||||
|
{
|
||||||
|
"name": "backend",
|
||||||
|
"version": "1.0.0",
|
||||||
|
"description": "",
|
||||||
|
"main": "server.js",
|
||||||
|
"devDependencies": {},
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1",
|
||||||
|
"start": "node server.js"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"license": "ISC"
|
||||||
|
}
|
0
backend/server.js
Normal file
0
backend/server.js
Normal file
0
frontend/index.html
Normal file
0
frontend/index.html
Normal file
0
frontend/script.js
Normal file
0
frontend/script.js
Normal file
0
frontend/style.css
Normal file
0
frontend/style.css
Normal file
Reference in New Issue
Block a user