https://github.com/d7omdev/shop-project
node.js project that implements a simple shop application that allows users to do CRUD operations on products
https://github.com/d7omdev/shop-project
Last synced: 6 months ago
JSON representation
node.js project that implements a simple shop application that allows users to do CRUD operations on products
- Host: GitHub
- URL: https://github.com/d7omdev/shop-project
- Owner: d7omdev
- Created: 2023-05-05T15:30:15.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-10-17T14:00:17.000Z (over 2 years ago)
- Last Synced: 2025-07-28T05:51:56.687Z (7 months ago)
- Language: JavaScript
- Homepage:
- Size: 7.13 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Shop Project
This is a Node.js project that uses EJS as the templating engine and MongoDB as the database. The project implements a simple shop application that allows users to view, add, edit, and delete products.
## Screenshots
### Home Page

### Product Details

### Adding Products

### Cart

### Orders

## Contributing
Contributions are welcome! If you find any bugs or have suggestions for new features, please create an issue on GitHub.