https://github.com/nirnejak/prisma-sqlite-server
Fastify webserver with Prisma and SQLite database
https://github.com/nirnejak/prisma-sqlite-server
Last synced: 11 months ago
JSON representation
Fastify webserver with Prisma and SQLite database
- Host: GitHub
- URL: https://github.com/nirnejak/prisma-sqlite-server
- Owner: nirnejak
- Created: 2024-10-03T19:30:27.000Z (almost 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-13T17:34:53.000Z (over 1 year ago)
- Last Synced: 2025-09-08T14:57:18.906Z (11 months ago)
- Language: TypeScript
- Size: 48.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Prisma SQLite Server
Fastify web server with Prisma and SQLite database
---
## Available Scripts
**Install Dependencies**
```bash
npm install
```
**Start Development Server**
```bash
npm run dev
```
**Build for Production**
```bash
npm run build
```
**Start Production Server**
```bash
npm start
```