项目作者: First-principles

项目描述 :
📗 📦 Complete Backend for learning platform
高级语言: JavaScript
项目地址: git://github.com/First-principles/Learning-System-Server.git
创建时间: 2020-01-18T15:45:07Z
项目社区:https://github.com/First-principles/Learning-System-Server

开源协议:

下载


Learning PLATFORM

Getting started

To get the Node server running locally:

  1. git clone https://github.com/IbrahimShamma99/LearnWebCommunity
  2. cd LearnWebCommunity/
  3. npm i
  4. npm start

Docker image

  1. sudo docker build -t learnwebcommunity .

Dependencies

“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

Happy Coding