Skip to content

This project was created using TypeScript, SOLID principles, and Design Patterns

Notifications You must be signed in to change notification settings

eduardofranca1/typescript-api

Repository files navigation

Node REST API

This project was created using TypeScript, SOLID principles, and Design Patterns

Technologies:

Topics

  • SOLID
  • Dependecy Injection
  • Repository Pattern
  • Unit Tests
  • Integration Tests
  • Data Validation using Zod
  • CRUD User

How to run the project

  • npm install (to install node modules)
  • npm run dev (to start the server)
  • npm run build (to build the project)
  • npm run test (to run the tests)