victormrtns / mks-backend-challenge

API challenge from MKS. Objective to manage Films, use endpoints with authentication and cache with redis. Using TypeScript, NestJS, TypeORM, Swagger, Redis, Docker and PostgresSQL

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nest Logo

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 backend challenge from MKS using Docker, TypeORM, Swagger, PostgresSQL and Redis.

Clone from starter repo

$ git clone https://github.com/victormrtns/mks-backend-challenge.git

Running the app using docker

# development
$ docker-compose up --build

To Access the Swagger, go into this url:

http://localhost:3000/api

Now, you are ready to access this API.

License

Nest is MIT licensed.

About

API challenge from MKS. Objective to manage Films, use endpoints with authentication and cache with redis. Using TypeScript, NestJS, TypeORM, Swagger, Redis, Docker and PostgresSQL


Languages

Language:TypeScript 96.8%Language:JavaScript 2.8%Language:Dockerfile 0.4%