Server-side application for ConvertMe app. Developed by using NodeJS + ExpressJs.
To build the project follow simple steps:
- Make sure that NodeJS and npm installed.
- Install required packages
npm install express
npm install express-fileupload
npm install zip-local
- Install Python and PyPandoc
- Run server
node index
- Edit code of inside index.js files
cons = PORT;
- Edit code action of client-side app inside to your new URL + /upload or /download depends in which .vue file you changing URL.
<form
class="choose_form_container"
ref="uploadForm"
id="uploadForm"
action="http://192.168.0.202:8000/upload"
method="post"
encType="multipart/form-data"
>