Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 357 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 357 Bytes

Codebin

A pastebin-like service built with NestJS, PostgreSQL & Vue.

Installation

$ npm install

Running

Server

# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod

Client App

$ npm run client

Server Docs

Swagger docs are available at /api/docs.