Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 998 Bytes

File metadata and controls

29 lines (24 loc) · 998 Bytes

ConvertMe app

Server-side application for ConvertMe app. Developed by using NodeJS + ExpressJs.

How to run project:

To build the project follow simple steps:

  1. Make sure that NodeJS and npm installed.
  2. Install required packages npm install express npm install express-fileupload npm install zip-local
  3. Install Python and PyPandoc
  4. Run server node index

Deployment

  1. Edit code of inside index.js files
 cons = PORT;
  1. 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"
>