Skip to content

Backend for a microblogging service using Nest.js and Prisma.

License

Notifications You must be signed in to change notification settings

RenanSui/nestjs-blog

Repository files navigation

Backend for a microblogging service using Nest.js and Prisma. Bootstrapped with Nest CLI.

Nest Logo Prisma Logo

Tech Stack

Features

  • Sign In
  • Sign Up
  • Update Profile
  • Update User Avatar
  • Create, Read, Update and Delete Posts.

Installation

$ pnpm install

Running the app

# development
$ pnpm run start

# watch mode
$ pnpm run start:dev

# production mode
$ pnpm run start:prod

Test

# unit tests
$ pnpm run test

# e2e tests
$ pnpm run test:e2e

# test coverage
$ pnpm run test:cov

How do I deploy this?

Follow the deployment guides for NestJS

License

Licensed under the MIT License. Check the LICENSE file for details.

About

Backend for a microblogging service using Nest.js and Prisma.

Resources

License

Stars

Watchers

Forks