https://github.com/sameerkash/colle-app-api
👨🏻🎓 A GraphQL Api service for the flutter college-app repo
https://github.com/sameerkash/colle-app-api
college college-management graphql opensource prisma prisma-client prisma2 server typescript
Last synced: 4 months ago
JSON representation
👨🏻🎓 A GraphQL Api service for the flutter college-app repo
- Host: GitHub
- URL: https://github.com/sameerkash/colle-app-api
- Owner: Sameerkash
- Created: 2020-06-06T08:34:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-03-05T01:02:58.000Z (over 2 years ago)
- Last Synced: 2025-01-18T12:15:09.817Z (9 months ago)
- Topics: college, college-management, graphql, opensource, prisma, prisma-client, prisma2, server, typescript
- Language: TypeScript
- Homepage:
- Size: 916 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Colle-App-API
👨🏻🎓 A Typescript GraphQL API service for the flutter college-app repo**Dependencies**
- nexus-graphqL
- nexus-prisma-plugin
- nexus-jwt-auth**To Start the server**
```yarn dev or npx nexus dev```
**Check List**
- [x] CRUD for User and Post
- [x] Jwt auth using nexus-jwt-auth plugin
- [x] Pagination of Posts and users
- [x] Search with pagination
- [ ] Add Likes model and integerate Likes for Posts
- [ ] Media upload support