Yonde is a sports themed anime forum wherin sports anime enthusiasts can interact with each other within a community of like-minded people. Translated from the Japanese word "read", our website draws inspiration from Reddit, Facebook, and other community forums on the internet.
Authors (MCO Project Group 5): CRUZ, Mia Bernice A. DE CASTRO, Pheonix Claire V. EXCONDE, Isiah Reuben C. MARTIN, Gian Andrei M.
For MCO1, open "Yonde.html" in your browser
For MCO2, navigate to the project folder, run the command npm install
to initialize and install all necessary modules used in the project, and then run the command node server.js
or npx supervisor server.js
.
Upon running the command, your Command Prompt should display the following statement...
Server running at:
http://localhost:3000
Connected to: mongodb+srv://yonde_admin:[email protected]/?retryWrites=true&w=majority
For MCO3, go to the following link to access the web application: https://yonde-4n4t.onrender.com
Dependencies used: "bcrypt": "^5.1.0", "connect-mongo": "^3.2.0", "dotenv": "^16.3.1", "express": "^4.18.2", "express-session": "^1.17.3", "express-validator": "^7.0.1", "hbs": "^4.2.0", "mongodb": "^5.7.0", "mongoose": "^7.4.0"