Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
Our Github: https://github.com/EztocCoun/Webprogramasm.git Link of Group6_Demonstration video: https://youtu.be/iF2au5f3bWQ?si=wnp4z8yOLqdX9KG7 Procedures for implementing the code: Requirement installation: 1. Download and install MongoDBCompass ( you can custom your path directory by choosing the custom option, not "complete; we will go furthur in the next few steps) 2. Download and install NodeJS on browser. 3. Open your VSCode and open terminal to install these npm (node package management): - npm install bcrypt ejs nodemon mongoose express multer express-session 4. Run the web by: "npm start" in the command 5. Now go on browser and write localhost:5000 So now you can access the website! Note: Remember, to do the sign in and register, you must open the mongodb throughout the process you accessing the website. You can check user information by select "youandmedb" in MongoDB Compass after connect to "localhost:27017/" in the MongoDB! Thank You Regards, Group 6