Added backend and integration for FilterPage and CourseTable done

This commit is contained in:
Harshitha Shetty
2024-12-09 05:06:08 +05:30
parent 6b06b9722f
commit e22727eefd
16 changed files with 756 additions and 118 deletions

View File

@@ -5,7 +5,7 @@
"main": "sever.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build" : "npm install --prefix ../client && npm run build --prefix ../client && npm install",
"build": "npm install --prefix ../client && npm run build --prefix ../client && npm install",
"start": "nodemon server.js"
},
"repository": {
@@ -34,7 +34,8 @@
"passport": "^0.7.0",
"passport-google-oauth20": "^2.0.0",
"passport-local": "^1.0.0",
"passport-local-mongoose": "^8.0.0"
"passport-local-mongoose": "^8.0.0",
"uuid": "^11.0.3"
},
"devDependencies": {
"nodemon": "^3.1.0"