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:
- Modify .env file and change the
MONGODB_URL
variable to your mongo instance URL. - run the following command from the root folder of this project to install all dependencies.
-
npm install
- Replace
logo.png
with your brand logo. - Add and maintain your schema files under
shared_modules/mongodb/models/
directory. Please refer to thetest_collection1.js
for example. - Modify
getMasterDataEntityList
function inservice.js
underroutes/masterData/
directory to configure all the master data you want to edit using this application. - Use
Dockerfile
and build your own docker image - OR to run this app locally, run the command
npm start
from the root of this project. - Voila! you are all set!
Hope you enjoy this app.
Feedback is always welcome.
©copyright 2022 Ekahaa Solutions India Pvt Ltd. All Rights Reserved.