https://github.com/paulcoding810/mockj
https://github.com/paulcoding810/mockj
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/paulcoding810/mockj
- Owner: paulcoding810
- Created: 2025-09-07T08:31:14.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-09-08T08:35:52.000Z (7 months ago)
- Last Synced: 2025-09-08T09:09:02.236Z (7 months ago)
- Language: TypeScript
- Size: 282 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
MockJ
Easily create JSON mock endpoints for testing and development.
---
## 🚀 Tech Stack
- **Next.js**
- **React.js**
- **Tailwind CSS**
- **tRPC**
- **Dizzle**
- **SQLite**
---
## 🛠️ Development
To get started with development:
```sh
pnpm install
pnpm web
```
---
## 🐳 Docker Compose
Use the provided [docker-compose.yml](docker/docker-compose.yml) file to set up the project with Docker.
---
## 🙏 Acknowledgments
Special thanks to [karakeep](https://github.com/karakeep-app/karakeep) for inspiring the source code.