BACK TO HOME

CRUD Notes app

2025
TypeScript React NestJS ORM TypeOrm

OVERVIEW

A simple CRUD application built with NestJS, React, SQLite and JWT Auth for a technical challenge in a job interview. The application allows users to create, read, update and delete notes. The backend is built with NestJS and SQLite and features JWT authentication. The frontend is built with React and features a responsive user interface for managing notes and relations with categories. One of the most challenging parts of this project was to implement a script that allows to run all the project with only one command in linux systems. I leaned a lot about the NestJS framework and how to use ORM's as TypeOrm

TECH STACK  _

  • NestJS
  • React
  • SQLite
  • JWT Auth
  • TypeOrm