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

https://github.com/abhijayrajvansh/fullstack-sdk

♥ cool-cool frontends & backends.
https://github.com/abhijayrajvansh/fullstack-sdk

abhijayrajvansh authentication backend frontend full-stack microservices

Last synced: about 1 year ago
JSON representation

♥ cool-cool frontends & backends.

Awesome Lists containing this project

README

          

# Full-Stack SDK/IDL 📚

Author: [Abhijay Rajvansh](https://abhijayrajvansh.com)

## Link To Repositories

- [graphql server](https://github.com/abhijayrajvansh/graphql-server): implementation of graphql with express.js for node server.
- [graphql apollo client](https://github.com/abhijayrajvansh/graphql-apollo-client): client side implementation of graphql with react and next.js.
- [auth auth with postgresql server](https://github.com/abhijayrajvansh/google-auth): google oauth implementation with user and admin roles.
- [spotify player](https://github.com/abhijayrajvansh/spotify-song-search): embed spotify mini card component in jsx/tsx apps.
- [youtube transcript generator](https://github.com/abhijayrajvansh/youtube-transcript-api): convert youtube videos into LLM-ready markdown data.
- [tanstack query & mutation](https://github.com/abhijayrajvansh/tanstack-query-methods): a better way to query and mutate data.
- [nextjs starter kit](https://github.com/abhijayrajvansh/nextjs-starter-kit/): nextjs typescript drizzle postgres nextauth starter kit.
- [twitterX-posts-api](https://github.com/abhijayrajvansh/twitter-api): embed X posts (formerly tweets) without using any official api.
- [prisma orm api](https://github.com/abhijayrajvansh/prisma-api-node.js): implementation of crud ops using prisma orm in node.js
- [password hashing](https://github.com/abhijayrajvansh/password-hashing): hashing passwords before storing them into database, part of IAM security flow.
- [auth pages ui](https://github.com/abhijayrajvansh/auth-client-ui): clean react components for register and login page with validations.
- [traditional auth](https://github.com/abhijayrajvansh/pern-auth-server): traditional way of jwt authentication from scrath using postgres, express, react and node.
- [flare particles](https://flareparticles.vercel.app): flare effect with flying dust particles landing page.
- [admin dashboard](https://admin-kanban-event-management.vercel.app): admin dashbaord with kanban and even management ops.
- [trpc next app example](https://github.com/abhijayrajvansh/trpc-next-app): sample nextjs app with trpc endpoints for server and client side calls.