Diseno de red social construido con nestjs framework.
- node >= 12.0
- mysql o mariadb >= 10.0
importa el sql en tu gestion de DB.
$ npm install# development
$ npm run start
# watch mode
$ npm run start:dev
# production mode
$ npm run start:prod# unit tests
$ npm run test
# e2e tests
$ npm run test:e2e
# test coverage
$ npm run test:cov- Author - Gabriel Martinez