menaaziz27 / NestJS-Mono-Repo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Authentication & Authorization Mono Repo

In this application I've developed authentication using json web tokens, authorization and made CRUD operations for users with repository pattern.

Installation Guide

  1. write in your terminal
git clone https://github.com/menaaziz27/NestJS-Mono-Repo.git
  1. change directory into the cloned project
cd NestJS-Mono-Repo
  1. Install project's dependencies
npm install
  1. Create .env.development file with the same variables in the .env.example file and fill in your values.

  2. run the project locally

npm run start:dev

Devloping

this project is build with NestJS, TypeScript, Mongoose, PassportJS (JWT Strategy) and bcrypt (for hashing password).

Postman Collection

Link

About


Languages

Language:TypeScript 96.2%Language:JavaScript 3.4%Language:Shell 0.4%