Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vicradon/hackernews-node
A hackernews clone api built with graphql
https://github.com/vicradon/hackernews-node
Last synced: 27 days ago
JSON representation
A hackernews clone api built with graphql
- Host: GitHub
- URL: https://github.com/vicradon/hackernews-node
- Owner: vicradon
- Created: 2020-04-23T14:41:12.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-12-22T15:39:15.000Z (about 2 years ago)
- Last Synced: 2024-04-28T06:36:07.658Z (8 months ago)
- Language: JavaScript
- Size: 711 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hackernews Node
A Hackernews clone built using graphql## Prisma
Anytime a change is made to the datamodel.prisma, One has to run the prisma deploy commandIt's kinda like
1. Make a change to the `datamodel.prisma` file
2. Add the changes to the `schema.graphql` file