/NestJs-Mongo-Angular-Jwt-Authentification

"NestJs" (Node.js Framework ) ,"Mongo DB" and "Angular 8" Jwt-Authentification Using "Passport" and "JWT" library.

Primary LanguageTypeScript

Angular-NestJs-MongoDb-Auth-Jwt-Passport

Passport-JWT Authentification using Angular 8 and NestJs Web Api

Back-end Install dependencies

cd back-end
npm i

Start

npm run start:dev

Front-end Install dependencies

cd front-end
npm i

Start

npm start