Skip to content

ecvo/convert-me-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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"
>

About

Server-side app for ConvertMe

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published