An open API service indexing awesome lists of open source software.

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

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

![Home Page](./screenshots/home.png)

### Product Details

![Product Details](./screenshots/product-details.png)

### Adding Products

![Product List](./screenshots/add.png)

### Cart

![Product List](./screenshots/cart.png)

### Orders

![Product List](./screenshots/orders.png)

## Contributing

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