May 30, 20212 min readHow to protect Node server endpoints, checking for JSON Web TokensFull code: https://github.com/aleksvp2017/secureroutes Using: Node.js; Express; express-bearer-token; jsonwebtoken I'm assuming that you...
May 22, 20211 min readHow to set a simple HTTP server with routes using Node and ExpressFull code: https://github.com/aleksvp2017/simpleserver Using: Node.js; Express. Assuming that you have Node instaled (if you don't, you...
May 1, 20202 min readHow to upload a file in a frontend Vue/Vuetify and receive it on Node.Js backendFirst, the backend part. Full code: https://github.com/aleksvp2017/uploadfile Using: Node.js: the runtime environment; Express: HTTP...