lyandeveloper / Omnishoes-Backend

Accessories ecommerce backend, with payment gateway built based on clean architecture, clean code and TDD.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Omnishoes-Backend

GitHub language count GitHub language count GitHub last commit Repository issues License Author

Project   |    Technology   |    Features   |    How to run   |    Tests   |   


💻 Project

Accessories ecommerce backend, with payment gateway built based on clean architecture, clean code and TDD.

Technology

This project was developed with the following technologies:

Features

  • Creation of transactions
  • All classes are based on TDD

How to run

To install dependencies:

yarn install or npm install

To start server:

yarn dev or npm run dev

Tests

To run integration tests:

yarn test:integration or npm run test:integration

To run unit tests:

yarn test or npm run test

To run test CI with coverage:

yarn test:ci or npm run test:ci

To run verbose tests:

yarn test:verbose or npm run test:verbose

Made By ♥ Elian Campos. Add me on LinkedIn 👋

About

Accessories ecommerce backend, with payment gateway built based on clean architecture, clean code and TDD.


Languages

Language:TypeScript 99.0%Language:JavaScript 0.8%Language:Shell 0.2%