You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"postinstall": "cd client && npm install && npm run build",
"start": "cd server && npm install && NODE_ENV=production node server.js",
"dev": "cd server && npm install && NODE_ENV=development nodemon server.js"
},
"engines": {
"node": "20.x"
},
"dependencies": {
"express": "^4.18.2",
"axios": "^1.6.2",
"cors": "^2.8.5",
"dotenv": "^16.3.1"
},
"description": "A full-stack & responsive web application, designed to help those experiencing homelessness in finding nearby shelters based on their individual needs and the latest updates from locations around the city.",