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: about 2 months ago
JSON representation
Code Sharing Tool built with NestJS, PostgreSQL & Vue
- Host: GitHub
- URL: https://github.com/daniel-keogh/codebin
- Owner: daniel-keogh
- License: mit
- Created: 2021-06-28T17:21:35.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2021-06-28T21:49:32.000Z (over 3 years ago)
- Last Synced: 2024-08-07T18:12:53.789Z (5 months ago)
- Topics: code-sharing, codebin, javascript, js, nest, nestjs, paste-service, pastebin, pastebin-service, typescript, vue, vuejs, vuejs2
- Language: TypeScript
- Homepage: https://codebin-nest.herokuapp.com
- Size: 483 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-starred - daniel-keogh/codebin - Code Sharing Tool built with NestJS, PostgreSQL & Vue (vuejs)
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`.