Skip to content

A rest api containing few k8s declarative manifests created originally to learn GitOps CD operating model

Notifications You must be signed in to change notification settings

szairi2011/nodejs-restapi-mongo

Repository files navigation

nodejs-restapi-mongo

Example Project on how to build and develop REST API with NodeJS and MongoDB

Install NodeJS

To install the latestest LTS version of Node using nvm, run the following command: > nvm install --lts To run a specific LTS version, we run: > nvm install 14 --lts

Initialize Mongo DB

  • Initialize todo table by running below query from a bash command prompt:

    mongo todo-api < ./db/mongo/tasksJson.js

About

A rest api containing few k8s declarative manifests created originally to learn GitOps CD operating model

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published