ShopMe
eCommerce
CSS
- ShopeMe is an ecommerce based web application built using nodejs and pug. It is a simple view and buy product application where you can just view, search the products and order them after the payment.
- You can view the project live by clicking this 👉 ShopMe.
- Big Shout-out to Jonas Schmedtmann 🙏🙏 for helping me to create this ecommerce application.
- It is created using node, express and mongodb.
- You can see the api documentation 👉 ShopMe Api.
- It is not responsive at all mainly developed for web or large screen(1920 – 1080). So if u want to view on your screen zoom out a bit. Thank you 🙏.
- It is based on simple view and buy feature app so you can’t remove the order or add products to the cart.
- You can buy the product one at a time.
User Features
- Products order and payment
- Products search feature
- User profile with orders
- Email notification of purchase
- Token based authentication and logout
Admin Features
- Product management
- User management
- Order management
Api
- Nodejs
- git
- yarn / npm
- Code Editor(VS code, vim, etc..)
- To run this project, first of all yarn or npm should already be installed on your device, clone this repository and now install it locally:
git clone https://github.com/Mob-Anish/ShopMe.git
yarn / npm install
yarn / npm start
yarn / npm run dev
- User side
- Admin Panel