Skip to content

Commit 2017f42

Browse files
authored
Merge pull request #16 from atlp-rwanda/fix-readme-file
fix(readme): improve our readme file
2 parents abbc596 + ef242fe commit 2017f42

File tree

1 file changed

+17
-14
lines changed

1 file changed

+17
-14
lines changed

README.md

+17-14
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,25 @@
1-
[![Coverage Status](https://coveralls.io/repos/github/atlp-rwanda/hackers-ec-be/badge.svg?branch=feat-test-CI-implementation-187419042)](https://coveralls.io/github/atlp-rwanda/hackers-ec-be?branch=feat-test-CI-implementation-187419042)
1+
[![Coverage Status](https://coveralls.io/repos/github/atlp-rwanda/hackers-ec-be/badge.svg?branch=develop)](https://coveralls.io/github/atlp-rwanda/hackers-ec-be?branch=develop)
22
[![Maintainability](https://api.codeclimate.com/v1/badges/0f9cac26fd6bc0a2f7a9/maintainability)](https://codeclimate.com/github/atlp-rwanda/hackers-ec-be/maintainability)
33
[![Test Coverage](https://api.codeclimate.com/v1/badges/0f9cac26fd6bc0a2f7a9/test_coverage)](https://codeclimate.com/github/atlp-rwanda/hackers-ec-be/test_coverage)
4-
![](https://img.shields.io/badge/Express.js-404D59?style=for-the-badge)
5-
![](https://img.shields.io/badge/Node.js-43853D?style=for-the-badge&logo=node.js&logoColor=white)
6-
![](https://img.shields.io/badge/PostgreSQL-316192?style=for-the-badge&logo=postgresql&logoColor=white)
7-
![](https://img.shields.io/badge/sequelize-323330?style=for-the-badge&logo=sequelize&logoColor=blue)
84

9-
![](https://img.shields.io/badge/TypeScript-007ACC?style=for-the-badge&logo=typescript&logoColor=white)
10-
![](https://img.shields.io/badge/GitHub_Actions-2088FF?style=for-the-badge&logo=github-actions&logoColor=white)
11-
![](https://img.shields.io/badge/Jest-323330?style=for-the-badge&logo=Jest&logoColor=white)
12-
![](https://img.shields.io/badge/GitHub-100000?style=for-the-badge&logo=github&logoColor=white)
13-
14-
# hackers-ec-be
15-
16-
![Static Badge](https://img.shields.io/badge/database-postgressSQL-blue?style=flat&labelColor=%23ff6e15)
175
![Static Badge](https://img.shields.io/badge/Testing-Jest-brown?style=flat-square&labelColor=green)
186
![Static Badge](https://img.shields.io/badge/Auth_Library-PassportJs-yellow?style=flat-square&labelColor=%2327c2a0)
197
![Static Badge](https://img.shields.io/badge/ESLINT-Code_style-%232796C2?style=flat-square&labelColor=%2396c900)
208
[![Reviewed by Hound](https://img.shields.io/badge/Reviewed_by-Hound-8E64B0.svg)](https://houndci.com) ![NPM Version](https://img.shields.io/npm/v/node) ![NPM License](https://img.shields.io/npm/l/node?style=flat-square&labelColor=%23E6684A&color=blue)
21-
229
![Static Badge](https://img.shields.io/badge/Accepting-Pull_Request-%23005B96?style=for-the-badge)
10+
11+
# ShopTrove E-Commerce app
12+
13+
Welcome to <b>ShopTrove</b>, an Excellent E-commerce destination! Browse thousands of products from top brands, enjoy exclusive deals, and personalized recommendations. With secure payments and fast delivery, ShopTrove makes shopping a breeze. <br><br> This READMe file explains in detail how our app works and how to run it in your local development environment.
14+
15+
## Stack development
16+
[![Development stacks](https://skillicons.dev/icons?i=typescript,express,nodejs,jest&theme=light)](https://skillicons.dev)
17+
## Database, ORM and data storage
18+
[![Database, ORM and data storage](https://skillicons.dev/icons?i=postgres,sequelize&theme=light)](https://skillicons.dev)
19+
## Continuous integration
20+
[![Continuous integration](https://skillicons.dev/icons?i=githubactions&theme=light)](https://skillicons.dev)
21+
## Version control
22+
[![Version control](https://skillicons.dev/icons?i=github,git&theme=light)](https://skillicons.dev)
23+
## API documentation
24+
<a href="https://hackers-ec-be.onrender.com/api/v1/docs/">![Swagger](https://img.shields.io/badge/-Swagger-%23Clojure?style=for-the-badge&logo=swagger&logoColor=white)</a>
25+

0 commit comments

Comments
 (0)