An open API service indexing awesome lists of open source software.

https://github.com/evertonccarvalho/mks-backend-challenge-api

Desafio MKS - Backend
https://github.com/evertonccarvalho/mks-backend-challenge-api

docker jwt jwt-authentication nestjs postgresql redis typeorm typescript

Last synced: 3 months ago
JSON representation

Desafio MKS - Backend

Awesome Lists containing this project

README

          


Nest Logo

[circleci-image]: https://img.shields.io/circleci/build/github/nestjs/nest/master?token=abc123def456
[circleci-url]: https://circleci.com/gh/nestjs/nest

A progressive Node.js framework for building efficient and scalable server-side applications.



NPM Version
Package License
NPM Downloads
CircleCI
Coverage
Discord
Backers on Open Collective
Sponsors on Open Collective

Support us


## Description

[Nest](https://github.com/nestjs/nest) framework TypeScript starter repository.

## Instalation and running the app locally

```bash
$ pnpm install
```

## Running the app

```bash
# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod
```

## Test

```bash
# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov
```

## Running with docker

To run the application with docker, first you need to deactivate postgresql if it's activated, then run the following commands:

# to run docker-compose

```bash
$ docker-compose up -d
```

# run migrations

```bash
$ pnpm build
$ pnpm typeorm:migrate
```

You can access the API at localhost:3000 and the documentation at localhost:3000/api.

## Deploy

http://54.233.203.106:3000/

## Swagger Documentation

http://54.233.203.106:3000/api

## Technologies

- TypeScript
- Nest.js
- TypeORM
- JWT
- Swagger
- Docker
- Redis
- Postgresql

## Experience

- JavaScript - 18 months.
- TypeScript - 1 year.
- NodeJs - 1 year.
- Postgresql - 1 year.
- JWT - 1 year.
- Docker - 8 months.
- Nest.js - 2 months.
- TypeORM - 2 months.
- PrismaORM - 8 months.
- Swagger - 1 months.
- Redis - First project.
- NextJS - 1 Year.
- ReactJS - 14 months.
- VueJS - 8 months.
- TailwindCSS - 8 months