A project with Next.js as client and Express.js as server.
Frontend has form fields to upload First Name, Last Name and Upload image file.
Express.js is using multer package to handle file uploads.
Run client separately and server separately.
An uploads directory gets created when server is started; to save the uploaded files with names provided in fields.