Run the following command and the APIs will the available locally for testing and development.
git clone <project-url>
cd backend-apis
npm install
npm run dev
npm run lint # for cheking the lint error
npm run lint:fix # for fixing the minor lint error
Used Mocha
npm run test # for running tests
ci/
All the CI configurations that are needed on server
config/
All the configurations that are needed on server
scripts/
All the scripts that are run on server
log/
Logs of the running server
src/
domain/
module/
TBD
infra/
database/
models/
Exposes all the Database Models
utils/
logger.js
errorHandler.js
interface/
rest/
module/
TBD
package.json
README.md
Dockerfile
apps.json
.huskyrc.js
.travis.yml
.gitignore
.eslintrc.js
.gitignore