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
- Host: GitHub
- URL: https://github.com/evertonccarvalho/mks-backend-challenge-api
- Owner: evertonccarvalho
- Created: 2024-05-16T20:03:40.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-18T11:44:37.000Z (about 2 years ago)
- Last Synced: 2025-03-23T06:17:35.918Z (over 1 year ago)
- Topics: docker, jwt, jwt-authentication, nestjs, postgresql, redis, typeorm, typescript
- Language: TypeScript
- Homepage:
- Size: 225 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[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.
## 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