Code Monkey home page Code Monkey logo

electron-mongoose-demo's Introduction

An example demo app created with Electron and Mongoose (MongoDB)

This example demo is accompanying this tutorial on Techiediaries

5+ Ways to Persist Data in Node.js/Electron Apps

Make sure to read the tutorial to see the pros and cons related to using MongoDB with mongoose to persist data in Electron apps and also the other alternatives that you can use instead of MongoDB if you are looking for other options.

This example desktop app makes use of the following web technologies and tools:

  • Electron.
  • The Mongoose ODM to interface with a MongoDB database.
  • Angular.js 1.x JavaScript framework for the application code.

The example demonstrates how to do CRUD (Create-Read-Update-Delete) operations against a MongoDB database. It provides also a simple pagination system to paginate data.

Clone and run for a quick way to see Electron in action.

This is a minimal Electron application based on the Quick Start Guide within the Electron documentation.

You can learn more about each of these components within the Quick Start Guide.

To Use

# Clone this repository
git clone https://github.com/electron/electron-quick-start
# Go into the repository
cd electron-quick-start
# Install dependencies
npm install
# Run the app
npm start

License

MIT, Techiediaries

electron-mongoose-demo's People

Contributors

ahnerd avatar

Stargazers

 avatar Luis Ricardo avatar  avatar

Watchers

James Cloos avatar Techiediaries avatar dr. SALMI Ahmed avatar

electron-mongoose-demo's Issues

Windows repo

The current repo works only on Mac and Linux based OS, Can windows repo be available?

The app quits if it's not darwin as line number 46 in main.js resulting in 'on' is undefined

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.