Skip to content

Latest commit

 

History

History
61 lines (42 loc) · 1.18 KB

README.md

File metadata and controls

61 lines (42 loc) · 1.18 KB

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.