📗 📦 Complete Backend for learning platform
To get the Node server running locally:
git clone https://github.com/IbrahimShamma99/LearnWebCommunity
cd LearnWebCommunity/
npm i
npm start
sudo docker build -t learnwebcommunity .
“body-parser”: “^1.19.0”,
“chai”: “^4.2.0”,
“crypto”: “^1.0.1”,
“express”: “^4.17.1”,=> minimalist web framework
“express-jwt”: “^5.3.1”,
“express-session”: “^1.17.0”,
“jest”: “^24.9.0”, => delightful JavaScript Testing Framework
https://jestjs.io/
“jsonwebtoken”: “^8.5.1”, => for creating credential tokens
“mongoose”: “^5.8.9”, => for using the NOSQL database
“supertest”: “^4.0.2” => for sending requests during unit testing