-
Base: Node.js v16.14.0
-
Database:
- mongoDB v4.4.5
- Redis v3.2.100
- ElasticSearch v6.0.1
-
Image Processing: ImageMagick v7.0.10
-
PDF Processing: Ghostscript v9.53.3, QPDF v10.3.2
-
video Processing: ffmpeg v4.0.2
- install all the requirements
- clone this repo
- run
npm build
in your console - run
npm run init
to initialize data - run
npm run build-pages-p
to compile the page - npm start and you are able to access via localhost:1086
- In browser
import {nkcAPI} from 'pages/lib/js/netAPI';
import {sweetError, sweetSuccess} from 'pages/lib/js/sweetAlert';
nkcAPI(`pathToYourTarget`, HTTP_Method, {someParameter:'someValue'})
.then(sweetSuccess)
.catch(sweetError)
- change the template engine into React,
- isomorphism
- multiple device support(IOS, android, etc)