- This repo is for the backend template using es6 and advance feature using major and minor things
- It consists of the MongoDb connection with the app using the docker setup
- 
Summary of set up - 
pre requirement - node for the run time env
- npm for the package and dependencies installation
- docker set up running with the desired setting for the system
 node -v; // v16.17.1 npm -v; // 8.15.0 yarn --version // 1.22.19 docker -v; // Docker version 20.10.18, build b40c2f6
 
- 
- 
Configuration npm install / yarn // will add the necessary packages that are required for the template to run npm run db:init / yarn db:init // will start the db compose and add the database for mongodb npm dev / yarn dev // to start the app in the dev env 
- 
Config Folder - Create the default.json file from the default.example.json
- else create the .env file with the desired details for the src/appConfig.js
 
- 
Database configuration 
- 
How to run tests 
- 
Deployment instructions 
- Writing tests
- Code review
- Other guidelines
- Repo owner or admin
- Other community or team contact