Skip to content

Luco97/manga-api

Repository files navigation

Manga-api Logo


Description

Aplicacion basica para subir y ver doujin (Mangas de un capitulo comunmente llamados OneShot) con la intencion de:

  • Aplicar la metologia de organizar archivos como es con Angular
  • Aplicar conceptos de Back-End (por lo que algunas librerias tienen un desarrollo similar a un Back-End de Node.js)
  • Intentar sentirme satisfecho conmigo mismo creyendo que es suficiente saber lo aplicado en esta aplicacion

Herramientas

  • PostgreSQL como base de datos.
    • Usando TypeORM.
  • JWT para la autenticacion.
  • Bcrypt para hash de contraseñas.
  • WebSockets con socket.io.
  • Cloudinary para subir imagenes (CDN).
  • Nodemailer para verificar existencia de E-mail.

Diagrama F-R

Diagrama base de datos F-Rs


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

Nest framework TypeScript starter repository.

Installation

$ npm install

Running the app

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Test

# unit tests
$ npm run test

# e2e tests
$ npm run test:e2e

# test coverage
$ npm run test:cov

Support

Nest is an MIT-licensed open source project. It can grow thanks to the sponsors and support by the amazing backers. If you'd like to join them, please read more here.

Stay in touch

License

Nest is MIT licensed.

About

Primera API usando nestjs

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages