Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/daniel-keogh/codebin

Code Sharing Tool built with NestJS, PostgreSQL & Vue
https://github.com/daniel-keogh/codebin

code-sharing codebin javascript js nest nestjs paste-service pastebin pastebin-service typescript vue vuejs vuejs2

Last synced: 16 days ago
JSON representation

Code Sharing Tool built with NestJS, PostgreSQL & Vue

Lists

README

        

# Codebin

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

## Installation

```sh
$ npm install
```

## Running

### Server

```sh
# development
$ npm run start

# watch mode
$ npm run start:dev

# production mode
$ npm run start:prod
```

### Client App

```sh
$ npm run client
```

## Server Docs

Swagger docs are available at `/api/docs`.