Skip to content

VikramVasudevan/mongo-crud-app

Repository files navigation

Mongo CRUD App

This application has been developed by Ekahaa Solutions India Pvt Ltd. and is used to maintain data in a mongo DB.

It has pre-built screens that help perform CRUD operations on the Mongo DB.

Things to do before you have a working application:

  1. Modify .env file and change the MONGODB_URL variable to your mongo instance URL.
  2. run the following command from the root folder of this project to install all dependencies.
  • npm install

  1. Replace logo.png with your brand logo.
  2. Add and maintain your schema files under shared_modules/mongodb/models/ directory. Please refer to the test_collection1.js for example.
  3. Modify getMasterDataEntityList function in service.js under routes/masterData/ directory to configure all the master data you want to edit using this application.
  4. Use Dockerfile and build your own docker image
  5. OR to run this app locally, run the command npm start from the root of this project.
  6. Voila! you are all set!

Hope you enjoy this app.

Feedback is always welcome.

Ekahaa Solutions India Pvt Ltd.

©copyright 2022 Ekahaa Solutions India Pvt Ltd. All Rights Reserved.

About

MongoDB CRUD App for managing data in a Mongo database.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published