a paste service made with NestJS and Prisma
https://pastey.paas.juke.fr/
![]() |
||
---|---|---|
prisma | ||
src | ||
test | ||
.README.template.md | ||
.env.development | ||
.env.test | ||
.eslintrc.js | ||
.gitignore | ||
.prettierrc | ||
Dockerfile | ||
README.md | ||
docker-compose.yml | ||
nest-cli.json | ||
package-lock.json | ||
package.json | ||
tsconfig.build.json | ||
tsconfig.json |
README.md
pastey
a paste service made with NestJS and Prisma
Deployment
Available on https://pastey.paas.juke.fr/
A quick frontend demo is available here https://codeberg.org/juke/pastey-front
Usage
Not really any docs yet, check out test/app.e2e-spec.ts
and requests.http
files.
Prisma
$ npx prisma migrate dev # Generates the migration
# Also applies a
# $ prisma generate
# which will create the corresponding type annotations for our schema to use in TS
$ npx prisma studio # Explore the database on http://localhost:5555
$ npm run db:dev:recreate # Recreate db and apply migrations
Development
To clone the repository locally:
$ git clone https://codeberg.org/juke/pastey.git
Contributing
Feel free to contact via the email bellow with a patch or anything.
Issues
Open new issues by mailing issues+pastey@juke.fr
beep boop