Micro-Electronics is a backend API application built with Node.js, Express, and MongoDB. It provides the basic server infrastructure for an electronics-related system where users and products can be managed through RESTful routes.
? Key Features
? Built with Express for handling HTTP requests.
?️ Uses Mongoose to connect and interact with a MongoDB database.
?? Includes separate routing for:
Users (authentication, registration, profile, etc.)
Products (CRUD operations for electronics items)
? Organized with controllers, models, and route files for modular code.
?️ Environment configuration using dotenv.
? Includes scripts for development with nodemon.
? Tech Stack
JavaScript / Node.js
Express.js (web framework)
MongoDB + Mongoose (database)
dotenv (environment variables)
bcrypt (password hashing)