jyprksh001 / todo-node-backend

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sample TODO

Node & mongo backend for todo app

Requirements

Node version 17.04  

Installation

Use nvm to install the required node version .

	 nvm use --lts 

How to run

Update MONGO_DB key in .env file and run the following command to run the project

	npm install && npm start 

About


Languages

Language:JavaScript 98.0%Language:Shell 2.0%