Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ykob/demo-api
https://github.com/ykob/demo-api
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/ykob/demo-api
- Owner: ykob
- Created: 2023-10-21T13:44:42.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-11-20T10:26:21.000Z (about 1 year ago)
- Last Synced: 2024-10-12T22:17:17.493Z (about 1 month ago)
- Language: TypeScript
- Size: 67.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```