Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ykob/demo-api


https://github.com/ykob/demo-api

Last synced: 5 days ago
JSON representation

Awesome Lists containing this project

README

        

# Demo API

My own dummy API for testing purposes.

## Libraries

- GraphQL
- [GraphQL Yoga](https://the-guild.dev/graphql/yoga-server/)
- [Prisma](https://www.prisma.io/)
- [PostgreSQL](https://www.postgresql.org/)

## Tutorial

- [prisma-examples/typescript/graphql-sdl-first at latest · prisma/prisma-examples](https://github.com/prisma/prisma-examples/tree/latest/typescript/graphql-sdl-first)
- [TypeScriptでORMのPrismaに入門した #TypeScript - Qiita](https://qiita.com/dkawabata/items/cafa3dc53921db520360)
- [Authentication – GraphQL Yoga](https://the-guild.dev/graphql/yoga-server/tutorial/advanced/01-authentication)

## Commands

### Start to run Prisma Studio locally

```bash
npx prisma studio
```