mern-stack-example icon indicating copy to clipboard operation
mern-stack-example copied to clipboard

Mern Stack code for the Mern Tutorial

Results 12 mern-stack-example issues
Sort by recently updated
recently updated
newest added

Currently, our backend lacks a structured approach to data modeling, specifically the absence of schemas. This can lead to issues related to data consistency, validation, and ease of maintenance. To...

In the server.js file of our project, there's an essential component missing: the import statement for MongoDB connection. This oversight could potentially lead to runtime errors or issues when attempting...

Separate routes and controllers, add comments for clarity and documentation

Updated Dependenciesces in package.json files for reactjs-popup

I modified and added code to the RecordList.jsx file for a bulk delete feature.