#typescript
Read more stories on Hashnode
Articles with this tag
USING BOOKS & AUTHORS DATA · Prerequisites Nodejs installed Local MongoDB installed Clone the repo Run npm install Write codes inside services...
Automatic restart of local server in TypeScript Project · Folder Structure and file contents are given below. - node_modules - utils - common.ts -...
Syntax ---- TYPE ---- type TUser = { userId: string, name: string, phoneNumber: string, userType:...