productLifter is a full-stack application (backend + frontend) built with Node.js / Express and a web frontend to help manage “products” for your project.
- Description
- Features
- Getting Started
- Project Structure
- Environment Variables
- Usage
- Contributing
- License
productLifter is a two-part application consisting of:
- a backend API (Node.js + Express)
- a frontend client (likely HTML/JS/CSS)
The intent is to provide a platform where users can manage products — create, read, update, delete — and interact via a modern user interface.
Given your background (Node.js / Express), productLifter is a lightweight but functional starting point for product-management and can be extended for future needs (authentication, user roles, advanced filtering, etc.).
- RESTful backend API (Node.js + Express)
- Frontend UI to interact with products
- Modular project structure separating backend and frontend
- Easy local setup for development
- Node.js (v14, v16 or newer recommended)
- npm (or yarn)
- Git
git clone https://github.com/adg08101/productLifter.git
cd productLifter