anhtuank7c / mock-api

Make your own APIs with ElysiaJS + Bun:Sqlite + Prisma

Home Page:https://mock-api.anhtuank7c.dev/swagger

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

mock-api with Bun runtime

Super fast Mock API with Bun, Bun:Sqlite, ElysiaJS

Required

Getting Started

  • Clone this repo: git clone https://github.com/anhtuank7c/mock-api.git
  • Install deps: cd mock-api && bun install
  • Migrate DB and generate prisma client: bunx prisma migrate dev --name init && bunx prisma generate
bun dev

Open http://localhost:3000/swagger with your browser to see the documentation.

Deployment

Checkout ElysiaJS website.

About

Make your own APIs with ElysiaJS + Bun:Sqlite + Prisma

https://mock-api.anhtuank7c.dev/swagger

License:MIT License


Languages

Language:TypeScript 85.9%Language:Dockerfile 14.1%