This repository includes all of my previous coding
Uses multer to handle file upload and a public media route to get the file.
uploading the file will return a string that gives where the image is located
A CRUD example of typescript backend using Nodejs Typescript, Mongoose, cors, dotenv, express.
Uses Model -> Service -> Controller Layout
A User CRUD example of typescript backend using Nodejs Typescript, Mongoose, cors, dotenv, express, jsonwebtoken.
Uses Model -> Service -> Controller Layout. Bcrypt will be added later on