jasonpdk / AppliedLinux-MiniProject

NodeJs app with MongoDB to run Linux scripts from a website

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AppliedLinux-MiniProject

Mongo Export/Import

mongoexport --db scriptDb --collection scripts --out mongoBackup.json
mongoimport --db scriptDb --collection scripts --file mongoBackup.json

About

NodeJs app with MongoDB to run Linux scripts from a website


Languages

Language:HTML 37.4%Language:Shell 28.0%Language:JavaScript 22.1%Language:Roff 8.9%Language:CSS 3.6%