Node, Typescript and Mongoose Backend task for Internship at COBE

Description

Before running the project user needs to have mongo daemon launched in the background!

Installing

npm i

Run the program

Run dev

npm run dev

Build

npm run build

Run build

npm run start

Change NODE_ENV

linux & mac:

export NODE_ENV=production

windows:

$env:NODE_ENV = 'production'

App results

MongoDb groceries:
image

Postman output:
image

Author

Mihael Ištvan