REST API NEST.JS

Description

This is a simple REST API developed with the framework Nest.js. The api implements authentication with JWT, authorization, user registration with password reset and image upload among other functions. It utilizes PostgreSQL as database and the TypeORM ORM with a code first approach. All the source code is available at Github. A Dockerfile / docker-compose file is provided making the process of running the project in a test environment as simple as possible.

Frameworks and tools

Docker

Nest.js

PostgreSQL