Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 480 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 480 Bytes

Medium Backend with NestJS Project

This is a system built with NestJS, a progressive Node.js framework for building efficient, reliable, and scalable server-side applications.

Tech Stack

  • Backend: NestJS
  • Database: PostgreSQL
  • ORM: TypeORM
  • Testing: Jest
  • Linting: ESLint
  • Formatting: Prettier

This project includes features like user registration, login, and article management. It uses TypeORM for database operations and Jest for testing.