https://github.com/panda4817/social-panda
A social media app created as part of the FreeCodeCamp projects.
https://github.com/panda4817/social-panda
freecodecamp nodejs passport pug social-media socket-io
Last synced: 2 months ago
JSON representation
A social media app created as part of the FreeCodeCamp projects.
- Host: GitHub
- URL: https://github.com/panda4817/social-panda
- Owner: Panda4817
- Created: 2020-11-08T19:46:16.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-08-26T09:26:25.000Z (almost 5 years ago)
- Last Synced: 2025-02-22T15:47:39.533Z (over 1 year ago)
- Topics: freecodecamp, nodejs, passport, pug, social-media, socket-io
- Language: JavaScript
- Homepage: https://social-panda.panda4817.repl.co
- Size: 133 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# NodeJS Social Media Web App
[](https://repl.it/@Panda4817/social-panda)
Part of freeCodeCamp advanced Node and Express challenges. This project uses Pug template engine.
[https://social-panda.kmunton.dev](https://social-panda.panda4817.repl.co)
## Requirements
- "bad-words": "^3.0.3",
- "bcrypt": "^5.0.0",
- "connect-flash": "^0.1.1",
- "connect-mongo": "^3.2.0",
- "cookie-parser": "^1.4.5",
- "dotenv": "^8.2.0",
- "express": "^4.16.1",
- "express-session": "^1.15.0",
- "http": "0.0.1-security",
- "mongodb": "^3.6.1",
- "node": "12.18.0",
- "passport": "^0.3.2",
- "passport-facebook": "^3.0.0",
- "passport-github": "^1.1.0",
- "passport-google-oauth": "^2.0.0",
- "passport-local": "^1.0.0",
- "passport.socketio": "^3.7.0",
- "pug": "^3.0.0",
- "socket.io": "^3.0.0"
## Usage
- Run `npm start`.