/Node-tasking-manager

my tasking manager built with node, expressjs and mongooDB

Primary LanguageJavaScriptGNU Lesser General Public License v2.1LGPL-2.1

Node-tasking-manager

my tasking manager built with node, expressjs and mongooDB

to use

git clone

npm install

then set a .env file copy your mongodb connection string and past it in your .evn file is this format below

MONGOOSE_URL =mongodb+srv://:@cluster0.mhgq68e.mongodb.net/03-TASK-MANAGER?retryWrites=true&w=majority

then run npm start