Skip to content

A todo application made with Node.js deployed to Azure Cosmos DB

Notifications You must be signed in to change notification settings

sagar-uprety/node-mongodb-todo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

node-mongodb-demo

A basic todo application made with Node.js and Azure Cosmos DB

  • Fork this repository (creating a copy of this project in your own GitHub Account)

Instruction to run app locally

Node.js v16.0 or above is needed to run the application.

  • Clone the forked repository
  • Inside the repository directory, open terminal
  • In your terminal, run the following command:
    • npm i
  • Create a .env file in the project root directory
  • Inside .env file add the following key-value-pair
    • mongodb_url=YOUR_DB_CONNECTION_STRING_FROM_COSMOS_DB
  • Finally run npm start

About

A todo application made with Node.js deployed to Azure Cosmos DB

Topics

Resources

Stars

Watchers

Forks