Skip to content

A mini ordering system built with Node.js to demonstrate my backend development skills, including user authentication, data modeling, and order management.

Notifications You must be signed in to change notification settings

EiEiLwinDev/product-order-nodejs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 

Repository files navigation

Product Order System (Node.js)

A mini ordering system built with Node.js to demonstrate my backend development skills, including user authentication, data modeling, and order management.


Features

  • 🧾 User registration & authentication (JWT / cookies-based)
  • 🛒 Product listing and ordering
  • 💾 MongoDB data storage with Mongoose
  • 🍪 Secure cookies management
  • 🔐 Role-based access control (Admin / User)
  • 🧰 Well-structured MVC architecture

Tech Stack

  • Backend: Node.js, Express.js
  • Database: MongoDB + Mongoose
  • Auth: JWT, Cookies, bcrypt
  • Tools: dotenv, nodemon, Postman (for testing)

Installation & Setup

  1. Clone the repository
    git clone https://github.com/yourusername/product-order-nodejs.git
    cd product-order-nodejs
    
    

About

A mini ordering system built with Node.js to demonstrate my backend development skills, including user authentication, data modeling, and order management.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published