From 21fce3ff1ef349f5918a8858238e97d57a6ba6a6 Mon Sep 17 00:00:00 2001 From: Braeden57 Date: Thu, 1 Jul 2021 16:52:21 -0700 Subject: [PATCH] Updated README.md --- README.md | 2 +- package.json | 36 ------------------------------------ views/quests.ejs | 45 --------------------------------------------- 3 files changed, 1 insertion(+), 82 deletions(-) delete mode 100644 package.json delete mode 100644 views/quests.ejs diff --git a/README.md b/README.md index e65b6b5..d64e051 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ This school project is for my teacher to have students log in and check out their XP and assignments. This website application is not available online, this is just a locally run website at our school. -For a full tutorial on website functionality check out `DOCUMENT.md`. +For a full tutorial on website functionality check out the documenation [here](DOCUMENT.md). If you'd like to use this yourself, you'll need to create a teacher, it must be done by a site admin. diff --git a/package.json b/package.json deleted file mode 100644 index de64021..0000000 --- a/package.json +++ /dev/null @@ -1,36 +0,0 @@ -{ - "name": "XP-System", - "version": "2.0.0", - "description": "This XP System help show your progress in class and allows you to view assignments.", - "main": "app.js", - "scripts": { - "start": "node app.js", - "dev": "nodemon app.js" - }, - "repository": { - "type": "git", - "url": "https://Braeden57/Dayz-Website" - }, - "author": "Braeden Sowinski", - "license": "ISC", - "dependencies": { - "bad-words": "^3.0.4", - "bcryptjs": "^2.4.3", - "body-parser": "^1.19.0", - "connect-flash": "^0.1.1", - "dotenv": "^8.2.0", - "ejs": "^2.6.1", - "express": "^4.16.4", - "express-ejs-layouts": "^2.5.0", - "express-session": "^1.15.6", - "mongodb": "^3.6.3", - "mongoose": "^5.12.3", - "multer": "^1.4.2", - "passport": "^0.4.0", - "passport-local": "^1.0.0", - "socket.io": "^3.0.5" - }, - "devDependencies": { - "nodemon": "^1.18.9" - } -} diff --git a/views/quests.ejs b/views/quests.ejs deleted file mode 100644 index a6a1f37..0000000 --- a/views/quests.ejs +++ /dev/null @@ -1,45 +0,0 @@ - - - - -Back to Dashboard - - -