/LoginJwtAngularNest

This project is an example of login in Angular 13 consuming from a rest API in Nest that persists the data in PostgreSQL, it has JWT, technical documentation with Compodoc, API documentation with Swagger

Primary LanguageTypeScriptMIT LicenseMIT

LoginJwtAngularNest

This project is an example of login in Angular 13 consuming from a rest API in Nest that persists the data in PostgreSQL, it has JWT, technical documentation with Compodoc, API documentation with Swagger


Frontend

Installation

# Install

npm i

Development server

Run ng serve for a dev server. Navigate to http://localhost:4200/. The app will automatically reload if you change any of the source files.

# Run aplicattion

npm start

Backend

Installation

$ npm install

Running the app

# Docker
$ sudo docker-compose up --build

# watch mode
$ npm run start:dev

Stay in touch

License

This project have MIT licensed.