Tugas Besar IF-706 - Big Data
How To Run :
npm init -y
: Init Projectnpm i express mongoose ejs
: Install ExpressJS, MongoDBnpm audit fix
: Fix kalau ada beda-beda versinpm i --save-dev nodemon
: Refresh otomatis Web Page setiap save projectnpm i marked slugify
: Marked = create markdown and turn it into HTML, Slugify = convert title into a URL friendly slugnpm i method-override
: override the method yang tidak bisa dilakukan (delete, patch, put), tidak terbatas hanya get atau postnpm i dompurify jsdom
: Dompurify = allows to sanitize our HTML , membutuhkan JSDOM = render a HTML didalam nodeJS karena NodeJS tidak tahu bagaimana cara kerja HTMLnpm run devStart
: Run Project