Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dl0312/prismagram
Instragram clone with Express + Prisma + React and React Native
https://github.com/dl0312/prismagram
Last synced: 15 days ago
JSON representation
Instragram clone with Express + Prisma + React and React Native
- Host: GitHub
- URL: https://github.com/dl0312/prismagram
- Owner: dl0312
- Created: 2019-03-13T15:19:26.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-04T06:48:52.000Z (about 2 years ago)
- Last Synced: 2024-10-11T21:24:21.668Z (4 months ago)
- Language: JavaScript
- Size: 370 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Prisma
Instagram clone with Express + Prisma + React and React Native
## User Stories
* [ ] Log in
* [ ] Like / Unlike a photo
* [ ] Commnet on a photo
* [ ] Search by user
* [ ] Search by location
* [ ] See user profile
* [ ] Follow / Unfollow User
* [ ] See the full photo
* [ ] Edit my profile
* [ ] Create account
* [ ] Upload the photo
* [ ] Edit the photo (Delete)
* [ ] See the feed`Prisma`는 `ORM(Object Relation Mapping)`이다.
ORM
어플리케이션에 필요한 모델을 GraphQL로 정의함과 동시에 해당 모델에 관련된 Query, Mutation, Subscription을 만들어준다.