Skip to content

SharadJ19/artcraft

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

21 Commits
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

πŸ›’ Art&Craft Supplies eCommerce Platform

A full-stack MERN eCommerce app for browsing, managing, and ordering Art & Craft supplies. Admins control the store, users enjoy the shopping.

React Node.js Express.js MongoDB Tailwind CSS JWT Render

✨ Features

  • πŸ” JWT-based secure authentication
  • πŸ“¦ Admin dashboard for full product & order control
  • πŸ–ΌοΈ Image upload support using Multer
  • πŸ›’ Shopping cart and checkout flow
  • πŸ€– Floating AI Chatbot support
  • πŸ“Š Real-time order status updates
  • πŸ’Ž Responsive, modern UI with Tailwind CSS

πŸ—οΈ Tech Stack

Layer Technologies
Frontend React Tailwind CSS React Router Axios
Backend Node.js Express.js JWT Multer
Database MongoDB
Deployment Render

πŸ“Έ Screenshots

Home Page Product Details Cart
Home Page Product Details Page Cart Page
Orders Admin Dashboard AI Chatbot
Orders Page Admin's Product Dashboard Floating AI Chatbot

Live Demo

πŸ” Test Credentials

Some features require login. Use the below credentials or register a new account.

πŸ‘€ User Login:

  • Email: sharad@gmail.com
  • Password: 123

πŸ› οΈ Admin Login:

  • Email: admin@gmail.com
  • Password: 123

βš™οΈ Installation

# Clone the repo
git clone https://github.com/sharadj19/artcraft.git

# Backend setup
cd backend
npm install
node server.js

# Frontend setup
cd frontend
npm install
npm run dev   # for development env
npm run build # for production env

πŸ“ Folder Structure

root/
β”‚
β”œβ”€β”€ backend/
β”‚   β”œβ”€β”€ models/
β”‚   β”œβ”€β”€ routes/
β”‚   β”œβ”€β”€ uploads/
β”‚   β”œβ”€β”€ middleware/
β”‚   └── server.js
β”‚
β”œβ”€β”€ frontend/
β”‚   β”œβ”€β”€ public/
β”‚   β”œβ”€β”€ src/
β”‚   β”‚   β”œβ”€β”€ components/
β”‚   β”‚   β”œβ”€β”€ pages/
β”‚   β”‚   β”œβ”€β”€ context/
β”‚   β”‚   β”œβ”€β”€ utils/
β”‚   β”‚   └── App.jsx

πŸ‘¨β€πŸ’» Author

Sharad's Avatar
Sharad Chandel
Email LinkedIn Portfolio GitHub

πŸ“œ License

This project is licensed under the GNU General Public License v3.0.
See the LICENSE file for full details.

🀝 Contribution

Pull requests are welcome! If you're planning major changes, please open an issue first to discuss what you want to change.

🎨 Built for creators, built by one.