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

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

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