Skip to content

Instantly share code, notes, and snippets.

@sarpavci
Created March 30, 2022 13:59
Show Gist options
  • Select an option

  • Save sarpavci/91e1ceee1be3e02473be4c3519175081 to your computer and use it in GitHub Desktop.

Select an option

Save sarpavci/91e1ceee1be3e02473be4c3519175081 to your computer and use it in GitHub Desktop.
Typescript NestJS Back-end Challenge

Challange:

OAuth 2.0 Implementation

Tech Requirements:

  • Typescript
  • NestJS
  • TypeORM
  • PostgreSQL

Description:

With the technology mentioned above, OAuth 2.0 should be implemented using the NestJS framework. Architectural approaches are completely left to you. This project to be prepared should be usable like a microservice. Do not forget to include static analysis tools such as ESLint and Prettier, which are frequently used in the JS/TS ecosystem. Writing tests for the operations to be done is nice to have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment