/verdin-backend

Primary LanguageTypeScriptGNU Affero General Public License v3.0AGPL-3.0

Nest Logo

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

Verdin - A Twitter backend clone

Backend clone API for Verdin developed with NestJS framework

Description

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

License

This projects is under the GNU AGPL v3.0 license

Nest is MIT licensed.