Loading repository data…
Loading repository data…
Harshitcodes01 / repository
NovaCart – Full Stack E-Commerce Web Application built with React, Node.js, Express.js, and SQLite featuring authentication, shopping cart, checkout, and an admin dashboard.
Built with React • Node.js • Express • SQLite
A modern Full Stack E-Commerce Store developed during the CodeAlpha Full Stack Development Internship.
NovaCart is a complete e-commerce application that allows customers to browse products, manage their shopping cart, place orders, and track purchases. It also includes a powerful admin dashboard for managing products, users, and orders.
The project demonstrates full-stack development using React for the frontend and Express with SQLite for the backend.
CODEALPHA_ECOMMERCE
│
├── client
│ ├── public
│ └── src
│
├── server
│ ├── config
│ ├── controllers
│ ├── database
│ ├── middleware
│ ├── routes
│ ├── uploads
│ └── server.js
│
├── screenshots
│
└── README.md
git clone https://github.com/Harshitcodes01/CODEALPHA_ECOMMERCE.git
cd server
npm install
npm run dev
cd client
npm install
npm run dev
Harshit Raj Singh
This project is created for educational purposes as part of the CodeAlpha Internship Program.