In the frontend folder there is an initial design skeleton in Vue.js using Electron to generate installer that communicates with the backend using axios. In the backend folder there is the initial skeleton of a Node.js project that has an API-REST using Express. In this project, the persistence layer uses MongoDB, through the Mongoose framework. The main differential of this project is the Docker configurations and docker-compose at the root of the project. On a machine with docker installed it is possible to start the frontend and backend services on the same machine. Just install Docker first.
If I could contribute in any way and you want to help me, buy me a coffee. ☕
- Node.js
- Clone the project from github.
git clone https://github.com/vagnerbarros/vue-electron.git
- Download repository
- Uncompress to your desired directory
- Open a new Terminal
cd vue-electron
cd backend
node app.js
- Open a new Terminal
cd vue-electron
cd frontend
npm run electron:serve
email: vagner@gmail.com
password: 123
This project is open-sourced software licensed under the MIT License. See the LICENSE file for more information.