python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
What is the best way to handle big media files in MEAN-Stack applications?
I have a MEAN-Stack application and I store media files in an AWS S3 Bucket.
Currently I handle the media file upload, in the way that I encode the files in base64 and transfer them with simple post r...
Marc
Votes: 0
Answers: 1
role based login in mern stack
I have three login Roles admin, Publisher, Employee. I have specified role in the database is implemented to front-end side But when I log in using different role and specified that after successfully...
vinod sharma
Votes: 0
Answers: 1
Auto-generate employee ID using mongoose and nodejs
I'm working on a web app project using MEAN stack technology. I want to generate 'empId' (employee ID) automatically when a request to add a new employee is received. How can I do the same and store t...
ARK
Votes: 0
Answers: 2
how to show current center name of admin on header
hi in my project the admin registers account with center name what i want is as they login and see the admin page on the header i need to show the center name that they register for
the current logged...
Zee
Votes: 0
Answers: 1