Colle-App-API

👨🏻‍🎓 A GraphQL Api service for the flutter college-app repo

Stars
0

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

  • CRUD for User and Post
  • Jwt auth using nexus-jwt-auth plugin
  • Pagination of Posts and users
  • Search with pagination
  • Add Likes model and integerate Likes for Posts
  • Media upload support