JSON Web Tokens
JSON Web Token (JWT) is a compact, URL-safe means of representing claims to be transferred between two parties. The claims in a JWT are encoded as a JSON object that is used as the payload of a JSON Web Signature (JWS) structure or as the plaintext of a JSON Web Encryption (JWE) structure, enabling the claims to be digitally signed or integrity protected with a Message Authentication Code (MAC) and/or encrypted.
- GitHub: https://github.com/topics/jwt
- Wikipedia: https://en.wikipedia.org/wiki/JSON_Web_Token
- Created by: M. Jones, J. Bradley, N. Sakimura
- Released: May 2015
- Related Topics: jws, message-authentication-code, jwkset, jwks, jwt-server, jwt-client, jwt-claims, jwt-bearer-tokens, jwe, jwk,
- Aliases: rfc-7519, jsonwebtoken, json-web-tokens, json-web-token, jwa, jwt-authentication, jwt-auth, jwt-token, jwt-tokens,
- Last updated: 2026-07-05 00:13:08 UTC
- JSON Representation
https://github.com/ryands17/auth-flow
Auth flow with JWT using Access and Refresh tokens
Last synced: 08 Apr 2025
https://github.com/almahdy-byte/socialapp-backend
SocialApp Backend
bcrypt cloudinary cryptojs express graphql jwt mongoose multer nodejs nodemailer pagination social-login socket socket-io
Last synced: 12 Apr 2026
https://github.com/devgabrielcoelho/walletapi
WalletApi é uma API para gerenciamento de carteiras digitais, permitindo criar carteiras, registrar transações, consultar saldos e realizar transferências com possibilidade de estorno. Conta com autenticação segura via JWT e hash de senhas com Argon2. Desenvolvida em C# e ASP.NET Core, usa SQL Server.
api argon2 asp-net-core csharp dotnet-core jwt transactions
Last synced: 07 May 2026
https://github.com/nisanth2004/admin-user_registration_login_springboot-3.1.5
Roles are often referred to as authorities. Authorities represent the different levels of access or permissions a user can have. For example, you might have roles like "ROLE_USER" or "ROLE_ADMIN."
admin entity entity-framework intellij-idea java jpa jwt login mysql-database registration role spring-security springboot sts thymeleaf user web
Last synced: 06 May 2026
https://github.com/konradmi/auth-nodejs-mongo
Boilerplate for server side authentication with node.js, passport and MongoDB
authentication express jwt mongo nodejs passportjs
Last synced: 12 Apr 2026
https://github.com/shaikrasheed99/golang-user-jwt-authentication
JWT Authentication using Refresh Token Rotation mechanism.
authentication authorization golang golang-authentication golang-authorization golang-jwt jwt jwt-authentication jwt-authorization users users-auth
Last synced: 24 Mar 2025
https://github.com/mathiscode/helio-api-boilerplate
Extensible backend boilerplate utilizing Express.js, Mongoose, JWT, and User registration/authentication
api-server boilerplate express jwt mongodb mongoose nodejs
Last synced: 21 Apr 2025
https://github.com/en-arnob/job-portal-mern
Job Portal Social Media in MERN
express jwt mongodb nodejs nodemailer react react-router socket-io tailwindcss
Last synced: 12 Apr 2026
https://github.com/vaibhav-chitransh/whispr
A modern real-time chat application built with the MERN stack, featuring secure authentication, real-time messaging, profile management, user search and filtering, and more. Enhance your communication experience with Whispr Chat!
bcryptjs cloudinary cookie-parser cors dotenv express jwt lucide-react mongodb-atlas mongoose nodejs react shadcn-ui socket-io tailwindcss zustand
Last synced: 07 Apr 2026
https://github.com/dianpermana/cryptography
Cryptography: Encryption and Decryption as part of Security Test ( JavaScript + Groovy + .Jar File )
aes-encryption-decryption base64-encoding comp128 crc-algorithms crypto cryptography des-encryption-decryption hash hmac jmeter jwt rc4-algorithm smartcard
Last synced: 24 Mar 2025
https://github.com/kento75/react-express-crm
react & redux & express & jwt & postgresql
express jwt postgresql react redux
Last synced: 12 Apr 2026
https://github.com/arnavsharma2711/mailer-api
Mailer App API is a simple Node.js application using Express and Nodemailer to send emails. It provides an endpoint to send emails with a specified recipient, subject, and HTML content.
expressjs jwt nodejs nodemailer
Last synced: 12 Apr 2026
https://github.com/samuelmsilva2v/apilogin
API RESTful para criação e autenticação de usuários.
Last synced: 01 Apr 2025
https://github.com/vl-037/twittur
Twitter Clone
apache-kafka docker flyway integration-test java jwt postgresql redis rundeck spring-boot unit-test
Last synced: 12 Apr 2026
https://github.com/pawfectly-yours/spring-auth-service
Auth microservice for Pawfectly Yours. Manages authentication and authorization processes, ensuring secure access to the application. Built with Spring Boot and Java, this service handles user login, registration, and role-based access control. Essential for maintaining security across the Pawfectly Yours platform.
api auth auth0 backend dependency-injection java jpa jpa-entities jpa-repository jwt microservices oauth2 rest-api spring-boot
Last synced: 06 Jan 2026
https://github.com/rodrigorvsn/burningheat
Fullstack application to communicate in real-time
docker elixir jwt nodejs postgresql prisma react react-native websocket
Last synced: 03 Apr 2026
https://github.com/raoofjm/node-graphql-shop-api
This repository hosts a GraphQL API for an e-commerce store. The API serves as a powerful backend solution for managing various aspects of an online store, including products, orders, customers, and more. With GraphQL, developers can efficiently retrieve and manipulate data by making flexible and precise queries, reducing unnecessary data transfers
apollo apollo-server docker graph graphql javascript jwt mongodb mongoose node nodejs redis typescript
Last synced: 12 Apr 2026
https://github.com/tanzeebul-tamim/pmbia-server
This repository hosts the server-side codebase for the PMBIA website. Serving as the backend component of the project, it encompasses the logic, APIs, user authentication and database interactions necessary to power the website's functionality.
backenddevelopment expressjs javascript jwt mern-stack mongodb nodejs restful-api web-development
Last synced: 01 Apr 2025
https://github.com/yuriyoung/mclarm
RESTful API microservice base on laravel framework (see dev branch)
api json jwt jwt-auth laravel laravel-framework laravel6 mclarm microservice rest-api socialite yuriyoung
Last synced: 18 Jan 2026
https://github.com/bayareawebpro/laravel-simple-jwt
A simple JWT implementation for Laravel
Last synced: 14 Jan 2026
https://github.com/manishdait/reddit-clone
This project is a full-stack Reddit clone built with Spring Boot for the backend (API) and Angular for the frontend (client).
angular jwt mysql-database spring-boot
Last synced: 05 May 2026
https://github.com/pagarciasima/spring-boot-rest-api-blog
Blog Api REST con Spring Boot y Spring security
api java jwt rest-api spring spring-boot spring-security
Last synced: 12 Apr 2026
https://github.com/ngphp/jwt
NGPHP/JWT is a simple library to encode and decode JSON Web Tokens (JWT) in PHP. This library is part of the LeanPHP framework and was developed by Vedat Yıldırım. It provides methods to generate, validate, and decode JWT tokens, conforming to the current specifications.
jwt jwt-auth jwt-authentication jwt-token
Last synced: 14 Jan 2026
https://github.com/dominikjezik/firstresponder.webapp
Bachelor thesis on Web part of First Responder system created in ASP.NET at the Faculty of Management and Informatics, University of Žilina / Bakalárska práca na tému Webová časť systému First Responder vytvorená v ASP.NET na Fakulte riadenia a informatiky Žilinskej univerzity
asp-net asp-net-core clean-architecture firebase-cloud-messaging jwt vue vuejs
Last synced: 14 May 2026
https://github.com/huseyinerdin/tobuyapi
Identity ve token bazlı doğrulama ve yetkilendirme sistemi bulunan, OOP ve SOLID kurallarının uygulandığı bir ASP.NET WEB API projesidir. Onion mimarisi kullanılmıştır.
asp-net csharp entity-framework identity jwt onion-architecture oop solid webapi
Last synced: 24 Mar 2025
https://github.com/leoguilen/aspnetcore_course_tweetbook
WebApi .NET Core 3.1 com EF Core, Identity, Roles, Claims, Authentication JWT, Refresh Token, Swagger, Refit e Redis
docker docker-compose dotnet efcore identity jwt redis refit refresh-tokens swagger webapi
Last synced: 12 Apr 2026
https://github.com/fitri-hy/restfull-api-starter-nodejs
Starter Kit for building modern RESTful APIs with scalable 🏗️, modular 🧩, and secure 🔐 architecture. Suitable for use as an initial foundation for developing small to large scale backend applications, equipped with various built-in features that are ready to use 🧰 and easy to develop further 🚧.
api backend express jwt mysql nodejs postgresql redis rest-api restful-api scalable-architecture sequelize starter-kit
Last synced: 08 Apr 2026
https://github.com/potlitel/jwtautheautho.net8
Practical exercise of the following link : JWT Authentication And Authorization In .NET 6.0 With Identity Framework (https://www.c-sharpcorner.com/article/jwt-authentication-and-authorization-in-net-6-0-with-identity-framework/)
dotnet-core identity-management identitydbcontext identityrole identityserver4 identityuser jwt jwt-authentication swagger swagger-ui
Last synced: 29 May 2026
https://github.com/luciangutu/cognito_auth
Api Gateway endpoint that is authenticated against a Cognito User Pool and it's pointing to a Lambda that decodes the JWT received from Cognito at authentication and returns the email of the Cognito user.
Last synced: 27 Jun 2025
https://github.com/raghav-patidar1/django-blog-api
A RESTful Blog API built with Django & Django REST Framework (DRF), featuring user signup, account management, and secure login with JWT authentication, as well as managing blog posts, categories, and comments with role-based permissions, filtering support, pagination and enforced auto image deletion for optimized storage.
django django-filter djangorestframework jwt mysql python restful-api swagger-ui
Last synced: 12 Apr 2026
https://github.com/rahulprojects01/instagram-api
Backend application for an Instagram clone built with Spring Boot. It supports user authentication, post creation, comments, and stories using JWT authentication. The application is connected to a MySQL database and provides RESTful APIs for seamless integration with the frontend.
commentmanagement jwt mysql-database postcreation restfulapi springboot springboot3 storymanagement userauthentication
Last synced: 12 Apr 2026
https://github.com/willalveslima/tech_challenge_1
Projeto de API Tech Challenge 1 FIAP
cache-request fastapi json jwt jwt-authentication pandas python rest-api retry-requests
Last synced: 12 Apr 2026
https://github.com/thedondope/crudurails-api
A Rails 5 CRUD API-only example application using JWT authentication and providing a JSON API backend
Last synced: 25 Mar 2025
https://github.com/somenath203/jobs-api
Click below to test out the API yourself
authentication expressjs jobs jwt mongodb nodejs render swagger-ui
Last synced: 12 Apr 2026
https://github.com/noob0799/navadipti-classroom
Webapp developed using PERN (Postgres-ExpressJS-ReactJS-NodeJS) stack for teachers and students of Navadipti School to exchange classwork, homework, syllabus and general announcements among themselves during COVID-19 crisis
express expressjs firebase javascript jwt nodejs pern-stack postgres postgresql react reactjs
Last synced: 02 Apr 2026
https://github.com/celalaygar/issue-management-project-with-angular7-spring-boot
This project is about Issue management by using angular 7, spring boot, security and jwt
angular7 bootstrap4 dto jwt postgresql rest-api spring-boot spring-security
Last synced: 23 Apr 2025
https://github.com/edu-trailblaze/edu-trailblaze-be
The backend for an online learning platform that offers a wide range of courses, degrees, and certificates
asp-net-core auth0 authentication authorization azure cloudinary fine-tuning firebase generative-ai hangfire identity jwt microservices momo nextjs ocelot paypal signalr sqlserver vnpay
Last synced: 12 Apr 2026
https://github.com/vishishtkapoor/medium-project
Building a Medium-like blogging app from scratch. By using modern tools like React, Vite, Cloudflare Workers, TypeScript, Prisma, and PostgreSQL, you can create a robust and scalable application.
cloudflare-workers full-stack hono jwt prisma reactjs webapp
Last synced: 23 Apr 2025
https://github.com/sarwar-asik/ready-serversmongoose
custom/reusable Nodejs/Mongoose server
cloudinary compression compression-implementations cookie-parser crud-api express-rate-limit expressjs husky jwt mongoose multer prettier security typescript vercel-deployment
Last synced: 12 Apr 2026
https://github.com/pikuzamarie/project-cost-calculator
CheckSum - calculate project cost at ease | React, Vite, Redux, Material UI, Axios + NodeJS, Express, JWT + PostgreSQL
axios calculator-application crud jwt material-ui nodejs react redux
Last synced: 12 Apr 2026
https://github.com/alexandrecpedro/back-end-i
Java with Spring Boot / Maven
docker docker-compose dockerfile h2-database integration-test java junit5 jwt lombok lombok-maven mock-mvc mongodb rest-api spring spring-boot spring-data-jpa spring-mvc spring-security swagger unirest
Last synced: 12 Apr 2026
https://github.com/janlisse/zio-jwt-validator
A ZIO based library for validating JWT tokens. Includes fetching JWKS keys and claim validation.
authenication jwks jwt scala validation zio
Last synced: 28 Feb 2025
https://github.com/sandeepbegudem/angular-fullstack-application-jwt-spring-boot
This Fullstack application is developed using Angular, Typescript and Java17, Spring Boot, JPA, MySQL DB. The backend application is a student-courses-instructor-user-role business model and contains association mappings between the models/entities. It also contains the pagination including the matching keyword for pulling the results from backend.
angular css globalexceptionhandler html java17-spring-boot jpa-associations jwt jwt-refresh-token jwt-token lombok maven mysql-database spring-boot spring-data-jpa springboot-validation typescript
Last synced: 02 Apr 2026
https://github.com/ashwaniydv/mychatql
MyChatQL: A chat app so awesome, it should be illegal
apollo apollo-client apollo-server chatapp emojis graphql jwt mysql react reactjs sequelizer websockets
Last synced: 12 Apr 2026
https://github.com/trkgrn/student-information-system
angular firebase-storage flyway jwt spring-boot spring-security
Last synced: 04 May 2026
https://github.com/ethanzu1193/koa-ts-jwt-auth
基于 Koa 和 TypeScript 构建,提供了一个用于 API 接口服务的示例。示例包含JWT(JSON Web Tokens)进行身份验证和授权。
jwt koa mysql nodejs typeorm typescript
Last synced: 07 Jan 2026
https://github.com/wnawa/backend-store-api
Api for online store to showcase great products where user accounts can be created and users can make orders.
bcrypt cors db-migrate dotenv environment-variables eslint express jasmine json jwt nodejs nodemon postgresql prettier supertest typescript
Last synced: 06 Feb 2026
https://github.com/tfc/steam-login
Demonstrator web app with OpenID Steam Login and JWT Cookie management
haskell jwt jwt-authentication nix openid openid-connect servant servant-auth servant-auth-server steam steam-api
Last synced: 30 Apr 2026
https://github.com/nec0ti/librisapi
A REST API for managing a book collection. Built with Node.js, Express, and MongoDB.
api api-documentation api-rest auth authentication authorization book-management books catalog crud-api documentation express expressjs jwt library-api mangodb node nodejs rest-api restful-api
Last synced: 24 Apr 2025
https://github.com/approov/quickstart-elixir-phoenix-guardian-token-check
Approov integration example for the Elixir Phoenix framework with the Guardian library for JWT token checks.
api approov approov-integration approov-quickstart elixir elixir-lang elixir-phoenix elixir-phoenix-framework elixir-phoenix-guardian guardian-library jwt jwt-token phoenix-framework
Last synced: 03 Jul 2025
https://github.com/gabrielsantos1101/backend-foodexplorer
Projeto de conclusão do Explorer
javascript jwt knex nodejs rocketseat
Last synced: 10 May 2026
https://github.com/anandpilania/f3-jwt-middleware
JWT Middleware for FatfreeFramework [NOT TESTED YET]
api f3 f3-api f3-middleware fatfree-framework jwt jwt-authentication middleware
Last synced: 13 Apr 2026
https://github.com/yul1b3th/ezhub-backend
Este repositorio contiene los recursos del backend del proyecto EZHub, el cual es una aplicación para el alquiler de habitaciones por geolocalización. Utiliza JWT para autenticación y encriptación de contraseñas. Bases de datos relacionales con MySQL.
bcryptjs javascript jwt mysql nestjs nodejs typeorm typescript yarn
Last synced: 13 Apr 2026
https://github.com/gabrielmaialva33/innkeeper
Modern multi-tenant hotel management system built with AdonisJS and React
adonisjs adonisjs-framework adonisjs6 boilerplate bull inertiajs inertiajs-react jwt management multi-tenant postgresql rbac react react19 redis tailwind web
Last synced: 13 Apr 2026
https://github.com/dbish6/ideal_user_authentication_demos
A web application that demonstrates an advanced token-based user authentication flow with two different back-ends, as of now; TypeScript Express and Java Spring Boot.
css express java jwt jwt-authentication nodejs oauth oauth2 react redis redis-cache spring-boot spring-security typescript
Last synced: 13 Apr 2026
https://github.com/nicolascbv/user-manager-service
This is a simple boilerplate that I use to handle with user data on simple use cases. You can use the request collection here:
api backend cpp20 docker docker-compose jwt microservice mysql nestjs nodejs prisma redis typeorm typescript user-data user-management
Last synced: 13 Apr 2026
https://github.com/medjb10/jobify
Welcome to Jobify, a platform designed to streamline the recruitment process by automatically matching candidates' skills with job descriptions.
agile-methodologies angular collaboration compodoc-documentation django integration jwt mysql scrum scrum-agile swagger tailwindcss teamwork
Last synced: 13 Apr 2026
https://github.com/zekrotja/jwt
A very simplistic implementation of JWT taking advantage of Go 1.18 generic type parameters for parsing claim objects.
generic go go118 hacktoberfest jwt
Last synced: 04 Apr 2025
https://github.com/ikhsan3adi/auth-api-dbsfcc-expert
Latihan REST API untuk registrasi dan autentikasi pengguna. Menerapkan clean architecture dan test driven development
javascript jest jwt nodejs postgres
Last synced: 13 Apr 2026
https://github.com/gabrielpenteado/api-game-news-blog
The API for a game newsletter/blog with user authentication system to create, read, update, delete posts, comments and likes. | Node.js | MongoDB | Express | Mongoose | JWT | Bcrypt
bcrypt express jwt jwt-authentication jwt-token mongodb mongoose nodejs nodemon
Last synced: 13 Apr 2026
https://github.com/cojocaru-david/snippetslibrary.com
🚀 SnippetsLibrary - A secure, lightning-fast code snippet manager to store, organize, and share your code with beautiful syntax highlighting.
api bun cloudflare-workers code-snippets drizzle-orm github-oauth huno jwt postgresql react restful-api snippet-manager syntax-highlighting tailwindcss typescript vite
Last synced: 13 Apr 2026
https://github.com/astronuun/saude-amais
O studio de Pilates (saúde a+) necessita sistema de gerenciamento das atividades/modalidades do estúdio e o agendamento de aulas teste e reposições.
axios express formik jwt material-ui nodejs postgres react typeorm typescript yup
Last synced: 13 Apr 2026
https://github.com/mzxyz/react-native-jwt
This library provides JSON web token parser for React-Native
Last synced: 29 Apr 2026
https://github.com/dpisati/node-typeorm
This is a Boilerplate to start quick and fresh your new project with authentication and authorization using JWT, TypeORM and TypeScript. This project was made by Matheus Silva.
Last synced: 13 Apr 2026
https://github.com/zzh8829/egg-typescript-passport-rest-api
eggjs typescript passport rest api
egg eggjs jwt passport rest-api typescript
Last synced: 03 Dec 2025
https://github.com/jakubkorytko/web-tools
A toolkit for simplifying the digital realm, offering lightning-fast link shortening and seamless file hosting
file-hosting jwt mit-license open-source url-shortener
Last synced: 15 Jun 2026
https://github.com/drissbenadjal/admin-world-wide-museum
The Day of impressions exhibition needed a back-office to manage the visitors' reservations. It is made with React.js using a context for secure authentication using JWT (Json Web Token), and the back-end uses a php Api Rest (MVC).
api backoffice jwt jwt-authentication react reactjs
Last synced: 13 Apr 2026
https://github.com/didrod205/jwtlens
Decode, audit & verify JWTs entirely offline — stop pasting live tokens into jwt.io. Local signature verification (HS/RS/PS/ES/EdDSA) with your own secret/PEM/JWK, plus a security lint (alg:none, exp, aud/iss). Deterministic CLI, JSON/MD reports.
appsec auth authentication cli json-web-token jws jwt jwt-cli jwt-decode node offline security token typescript verify
Last synced: 16 Jun 2026
https://github.com/paradocx96/conference-application-spring-boot
AF Project Back-End
java jwt mongodb mongodb-atlas spring-boot
Last synced: 10 May 2026
https://github.com/matthewoestreich/node-api-jwt
Nodejs API with JWT proof of concept
bcrypt express json-web-token jsonwebtoken jsonwebtokens jwt jwt-auth mongodb node-api node-jwt node-jwt-integration nodejs
Last synced: 15 Apr 2026
https://github.com/mounirelbakkali1/my-marketplace-app-front
User/Mobile Friendly web application for pets lovers | Pets MarketPlace
html5 jwt tailwindcss vite vue3
Last synced: 09 Jun 2026
https://github.com/m-thalmann/php-jwt
A simple PHP library to encode/decode + sign JWT-Tokens
Last synced: 11 Jun 2026
https://github.com/mounirelbakkali1/library-manager
Secure API for Library Management : This API provides a secure solution for managing library operations. It enables users to perform actions such as checking out and returning books, while ensuring data integrity and privacy. Administrators can manage library inventory, handle user accounts, and oversee borrowing activities. Enhanced security featu
api-rest asymmetric-cryptography jwt spring-boot spring-security
Last synced: 15 May 2026
https://github.com/prosenjitjoy/JWT-Authentication
Added Vue.js frontend to the JWT-Authentication-with-Go repository
full-stack jwt pinia postgresql vue-router
Last synced: 19 Aug 2025
https://github.com/toninoes/jwt-autenticacion-rest-cliente-android
Aplicación Android para probar la autenticación basada en JSON Web Tokens implementada en el repositorio jwt-autenticacion-rest-web-service-spring
android jwt jwt-authentication
Last synced: 19 Apr 2026
https://github.com/grimmerk/typescript-full-stack-example
A full-stack example that integrates some famous stack: TypeScript, React Hooks, Redux Toolkit, GraphQL, NestJS, TypeORM, PostgreSQL, Passport.js, JWT, Traefik, Azure.
fullstack immerjs jwt nest nestjs passportjs postgresql react-hooks redux-toolkit reverse-proxy traefik typeorm
Last synced: 13 Apr 2026
https://github.com/thiagoluiznunes/ci-lost-and-found
Back-end developed to support the CI Lost and found platform at Federal University of Paraiba.
babel bcrypt eslint expressjs husky javascript jwt mongodb mongoose node-restful nodejs nodemon thiagoluiznunes travis-ci
Last synced: 13 Apr 2026
https://github.com/joozef315/rbac-system
RBAC System with JWT Authentication using React and Express.
express jwt nodejs postgresql prisma react role-based-access-control tailwindcss
Last synced: 13 Apr 2026
https://github.com/afsar-dev/ph-12-as-client
ONBUILD is a versatile platform for managing apartment listings and user interactions. It offers tools for managing apartment profiles, user registration, and an admin dashboard with analytics.
firebase javascript jwt mui react stripe tailwindcss tanstack-react-query
Last synced: 13 Apr 2026
https://github.com/mdazlaanzubair/contact-app-api
A Contact List MERN application protected with JWT authentication system.
authentication contact crud express javascript jwt list mongo node open source
Last synced: 13 Apr 2026
https://github.com/kavithma-thushal/quantacomit-practical-test
QuantaComIT Practical Test (SpringBoot)
css html jasper-reports js jwt mysql springboot
Last synced: 05 Apr 2026
https://github.com/sanae10001/go-simple-middleware
Simple go http middleware
body-limit go go-middleware jwt negroni negroni-middleware
Last synced: 17 Jan 2026
https://github.com/netbuffer/spring-security-demo
spring-security test project ,shiro,permission framework,java security framework
filter interceptor jwt restful-api server shiro spring spring-boot spring-security tomcat web
Last synced: 13 Apr 2026
https://github.com/percival33/rust-jwt-server
Rust exploration playground demonstrating JWT authentication using the Warp framework
Last synced: 16 Mar 2025
https://github.com/dealbisac/theincrediblenepal-backend
Complete Web Application of The Incredible Nepal using the MERN Stack (Backend)
admin-panel backend backend-api booking-app context-api custom-hooks jwt react reactjs
Last synced: 04 Apr 2025
https://github.com/rip3rq/careernavigator-nextjs
Full Stack MERN web app letting people find job more easily - Client
expressjs jwt mapbox mongodb mongoose next14 nodejs react shadcn-ui tailwindcss typescript
Last synced: 13 Apr 2026
https://github.com/surya-teja-btech/college-rest-api
h2-database java jwt pagination rest-api spring-boot spring-security swagger validation
Last synced: 19 Apr 2026