vaisakhsasikumar / my-electron-app

A desktop application built with Electron that allows users to run a given MongoDB find queries and view the results in JSON format.
Apache License 2.0
0 stars 3 forks source link

add separate process for backend code #14

Closed andrei-kim-3tsoftwarelabs closed 2 days ago

andrei-kim-3tsoftwarelabs commented 3 days ago

With this PR we should be able to run backend and frontend together.

This would give us a few advantages:

  1. We could run all applications with one command (npm start)
  2. Packaged application would be able to run (now it doesn't work properly because of missing backend part).

Please check on your local env if it works