Skip to content

Commit 65bd805

Browse files
Merge pull request #5 from piyush-jaiswal/feature/add-tests-workflow-badge
Add tests workflow badge in README
2 parents 54af3f1 + 70bc16f commit 65bd805

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
<h1>Ecommerce REST API</h1>
2+
3+
[![Tests](https://github.com/piyush-jaiswal/ecommerce-rest-api/actions/workflows/tests.yml/badge.svg)](https://github.com/piyush-jaiswal/ecommerce-rest-api/actions/workflows/tests.yml)
4+
25
RESTful HTTP API using Python Flask that allows users to manage their ecommerce platform.
36
<br></br>
7+
48
Ability to create, read, update, and delete products, categories and subcategories. A category can have multiple subcategories and a subcategory can belong to multiple categories. Products can belong to multiple categories and subcategories.
59
<br></br>
610
Fetching a product fetches the details of categories and subcategories it belongs to. Provides the ability to search for products by name, category and subcategories.

0 commit comments

Comments
 (0)