Skip to content

Latest commit

 

History

History
33 lines (26 loc) · 712 Bytes

README.md

File metadata and controls

33 lines (26 loc) · 712 Bytes

Manager lib/ package / dependencie to developer website

Web crawler

  • Using HTML DomParser to crawler static file: js, img, video ...
  • Using get-package-json-from-github/ get-repo-package-json to get package.json files in any public repositories

Manager lib/ pakage

  • Project using
    • Node.js: package.json files
    • Java: maven/gradle
    • PHP: ...
    • ...

Technical

  • Back-end: Node.js, Express
  • Front-end: Server-side rendering(EJS)
  • Database: MongoDB

Setup & Install

Setup

  • Install MongoDB Compass
  • IDE: VS Code, Sublime Text 3,...

Install

  • Clone project
git clone https://github.com/hoanlv214/package-management.git
cd package-management
npm install
npm start