You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple express server that allows you to upload images to a local server project folder. It uses multer to handle the file uploads and stores the images in a folder called storage. It also uses the cors package to allow cross origin requests.