node-mongo-demo

node.js and mongodb demo

git clone https://9o.is/git/node-mongo-demo.git

commit 4e2d925fcedaee4c92040117cbb2b384e8fabbaa
parent 8ee73c0411858812679c0ee9f8d15f60596c4d97
Author: Jul <jul@9o.is>
Date:   Tue, 28 Jan 2025 15:06:00 -0500

update project title

Diffstat:
Mbackend/package.json | 4++--
Mreadme.md | 4++--
2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/backend/package.json b/backend/package.json @@ -1,7 +1,7 @@ { "name": "backend", "version": "1.0.0", - "description": "Pidwin Full Stack Backend Take-Home Project", + "description": "Nodejs MongoDB Demo", "main": "index.js", "type": "module", "scripts": { @@ -11,7 +11,7 @@ "test:integration": "NODE_OPTIONS=\"$NODE_OPTIONS --experimental-vm-modules\" jest int --config=jest.int.config.json", "repl": "node" }, - "author": "Pidwin LLC", + "author": "Jul", "license": "ISC", "dependencies": { "axios": "^1.6.5", diff --git a/readme.md b/readme.md @@ -1,6 +1,6 @@ -# Pidwin Assessment +# Node.js MongoDB Demo -The Pidwin Fullstack Assessment. +A Node.js and MongoDB demo. ## Backend Architecture