erdinctekay / my-notes-app-backend

built with NestJS - MongoDB - Mongoose - Firebase Auth - TypeScript

Home Page:https://my-notes-app-backend.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

built with node v18.16 and nest

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

About

built with NestJS - MongoDB - Mongoose - Firebase Auth - TypeScript

https://my-notes-app-backend.vercel.app


Languages

Language:TypeScript 94.0%Language:JavaScript 6.0%