Web Information Technologies
- Amelia Lee (@amelia-lee)
- Andy Low (@AndyLow14)
- David Liu (@MegaGnarly)
- Jocelyn Sim (@jocesim25)
- Sahil Tandon (@stndn0 and 'sahil' on 2nd machine)
- Please ensure you have npm version 8.6.0 installed (or greater)
- How to update npm: https://docs.npmjs.com/try-the-latest-stable-version-of-npm
- Ensure you have npm express and mongoose installed
- Commands:
npm install express
npm install mongoose
npm install dotenv
npm install body-parser
npm install passport
npm install passport-local
npm install express-flash
npm install express-session
npm install bcryptjs
npm install --save sessionstorage
- Start the server using: npm start
- Stop the server using using CTRL + C so that the port is freed up.