Skip to content

Projeto desenvolvido utilizando TDD, Typescript e TypeORM com objetivo de praticar e aprender mais sobre arquitetura de software :)

Notifications You must be signed in to change notification settings

orodrigogo/typescript-api-with-tdd

 
 

Repository files navigation

Clean Typescript API

Simple API created with Typescript to pratice TDD and Clean Architecture.


The problem

This project has been created to improve my knowlege about Clean Architecture and TDD. I choose create a simple API using Typescript to pratice all this concepts.

The solution

I choose create a simple API using Typescript to pratice all this concepts.

Installation

git clone https://github.com/thuram/typescript-api-with-tdd.git
cd typescript-api-with-tdd
npm i

After install all dependencies...edit the .env

cp .env.example .env

Available scripts

npm run dev:server

Startup the server on development at http://localhost:3333

npm run test:unit

Run all unit tests

npm run test:integration

Run all integration tests

npm run test:ci

Run all tests and show coverage

About

Projeto desenvolvido utilizando TDD, Typescript e TypeORM com objetivo de praticar e aprender mais sobre arquitetura de software :)

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 95.3%
  • JavaScript 3.5%
  • Other 1.2%