A MongoDB, Electron application.
Hey there,
This is a simple application which showcases some of the things one can do with MongoDB & Mongoose. It has over 15K fake data records to play and experiment with.
Note: The whole boilerplate for the electron application has been provided by Stephen Grider's UpStarMusic Repo
-
CRUD - one can create, read, update and delete a record.
-
Customized Search Results - search with different filters.
-
Custom Filters - filters show filtering data according to the records stored in the db.
-
Sorted Results - sort results according to a particular field.
-
Batch Updates - update multiple records at once.
-
Download or clone this repo
-
Make sure you have node installed
-
Open terminal, cd to the repo folder and type this command to install all the dependencies
npm install
- Then type this command to run the application
npm start
Note: The above mentioned guide has been tried and tested on mac. However, the same guide should also work on windows machines.
email me at pranavj1001@gmail.com
MIT License