An open API service indexing awesome lists of open source software.

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

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
```