Cross-origin resource sharing (CORS)
Cross-origin resource sharing (CORS) is a mechanism that allows restricted resources on a web page to be accessed from another domain outside the domain from which the first resource was served. CORS also relies on a mechanism by which browsers make a “preflight” request to the server hosting the cross-origin resource, in order to check that the server will permit the actual request. In that preflight, the browser sends headers that indicate the HTTP method and headers that will be used in the actual request. For security reasons, browsers restrict cross-origin HTTP requests initiated from scripts. For example, fetch() and XMLHttpRequest follow the same-origin policy. This means that a web application using those APIs can only request resources from the same origin the application was loaded from unless the response from other origins includes the right CORS headers.
Resource types
- Invocations of
fetch()orXMLHttpRequest - Web Fonts (for cross-domain font usage in
@font-facewithin CSS), so that servers can deploy TrueType fonts that can only be loaded cross-origin and used by websites that are permitted to do so - WebGL textures
- Images/video frames drawn to a canvas using
drawImage() - CSS shapes from images
- scripts
- iframes
- GitHub: https://github.com/topics/cors
- Wikipedia: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing
- Created by: WHATWG, Matt Oshry, Brad Porter, Michael Bodell, Tellme Networks
- Released: May 2006
- Related Topics: xhr, ajax, jsonp, content-security-policy,
- Last updated: 2026-06-22 00:06:37 UTC
- JSON Representation
https://github.com/sa-190/api-connection
this easy application contain 3 branches. master branch include api and project branch include windows form application for connect to api. and project2 branch include asp.net web application to connect the api. to run to this application, you require to IIS manager activation and publish api with this. and you have to install CORS inside your api project. for prevent to this error: Access to XMLHttpRequest at 'http://xxx/api' from origin 'https://yyy' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.
api cors script webapi windowsforms xml xmlhttprequest
Last synced: 25 Feb 2026
https://github.com/kirankumar-matham96/placement-cell-app
An application to represent job placement cell. Backend built with the repository-API pattern. Simple frontend build with html, css, js and bootstrap for the interaction.
bcrypt cookie-parser cors css3 dotenv export-to-csv expressjs html5 jwt mongodb mongoose nodejs restful-api
Last synced: 07 Apr 2026
https://github.com/talhat298/product-order-crud
This Node.js application, built with TypeScript, Express, and MongoDB, offers an API to manage products and orders with functionalities for creating, retrieving, updating, and deleting.
cors curd-operation dotenv eslint expressjs mongodb nodejs nodemon typescript zod
Last synced: 04 Apr 2026
https://github.com/danfalcon225/mern_stack_app
MERN stack app | Backend CRUD | Backend Router | CORS Policy | MongoDB operations | Frontend CRUD | Frontend Router
axios cors express javascript mongodb mongoose node-js notistack reactjs tailwindcss vite
Last synced: 09 Apr 2026
https://github.com/ashmit-1131/red-white_frontend
This website I created for red and white multimedia and I have taken 5 hours to complete this website
bcrypt chakra-ui cors express mongodb mongoose nodejs react react-icon react-redux react-router react-router-dom reactjs redux redux-thunk
Last synced: 30 Dec 2025
https://github.com/gustavo361/amazon-api-server
Backend folder from forms to get products data from Amazon API
axios backend cors express javascript jsdom server
Last synced: 09 May 2026
https://github.com/ashimasaini45/authentication-apis
Tech Stack: Express.js(Backend), MongoDB(Database)
axios bootstrap cors nodemailer plugins-api react-router
Last synced: 18 Jan 2026
https://github.com/davidkhahn/security-guidelines
bcryptjs cors csp helmetjs morgan-middleware
Last synced: 09 Jun 2026
https://github.com/nitinkondhari03/voting_app
A secure voting app with user authentication, authorization, and admin functionalities, allowing users to cast votes, preventing duplicate votes, enabling the admin to view all votes, and providing a button to determine the winning candidate while closing the voting forms.
axios bcryptjs body-parser cors dotenv expressjs jsonwebtoken nodejs nodemon pg postgresql-database react-icons react-router-dom reactjs sequelize
Last synced: 10 Apr 2026
https://github.com/manju1807/node-ts-express-template
A robust and secure Express.js boilerplate with TypeScript, featuring advanced security middleware, MongoDB integration, and tools for building production-ready Node.js apps.
advance-security boilerplate cors data-sanitization expressjs helmet mongoose nodejs nosql-injection produc product-ready secure-backend template typescript xss-protection
Last synced: 18 Jan 2026
https://github.com/ivanrods/notelinks-backend
Api para criar e gerenciar anotações de forma eficiente.
bcryptjs cors express jwt-authentication knex multer pm2
Last synced: 04 May 2026
https://github.com/nebenmor/react-jobs-backend
A production-ready backend API server for the React Jobs Web Application. Built with JSON Server to provide a RESTful API for job listings management.
cors json-api json-server node-js npm
Last synced: 02 May 2026
https://github.com/fullstackcodingguy/extr
Personal Expense Tracker
api authentication-middleware backend boilerplate-application chatgpt cors entity-framework-core expense-management personal-expense-tracker request-throttler serilog sqlite-database
Last synced: 04 Apr 2025
https://github.com/luiizsilverio/api-vendas
API de Vendas desenvolvida em Node durante o curso de API Rest do prof. Aluizio Dev.
celebrate cors date-fns dotenv handlebars joi jsonwebtoken multer node-mailer nodejs nodemailer postgres typeorm typescript
Last synced: 14 Apr 2026
https://github.com/souravpl8092/task-manager-app
This is a Task Manager Application built using the MERN Stack with TypeScript. The app allows users to add, edit, delete, and filter tasks based on their status.
axios bycrypt cors css3 dotenv expressjs joi-validation jwt-authentication middleware mongodb moongose nodejs react react-redux react-router-dom react-toastify react-tooltip redux-thunk redux-toolkit typescript
Last synced: 02 Apr 2026
https://github.com/khai-pi/dynamodb-lambda-cdk-typescript
Cdk setup template for using lambda functions with dynamodb with unit tests
aws aws-lambda aws-sample cdk ci cors dynamodb jest lint prettier
Last synced: 14 Apr 2026
https://github.com/mubasshir14/shalford-ecommerce-server
A full-featured E-commerce Shop built with Next.js, React, Redux Toolkit, TailwindCSS, and JWT Authentication
bcrypt cloudinary cors expressjs http-status-code jwt multer nodejs nodemailer sslcommerz-payment-gateway-integration typescript zod
Last synced: 04 May 2026
https://github.com/marcesdan/reactive-mailbox-api
The REST API for the awesome and Reactive Mailbox App
api-rest authentication babel cors express jsonwebtoken mongodb mongoose morgan node session-cookie
Last synced: 14 Apr 2026
https://github.com/ucangun/fullstack_taskminder
TaskMinder is a full-stack todo application built with React and Express.js. It allows users to manage tasks by creating, updating, and deleting todos. The API is fully documented with Swagger and deployed on Heroku.
cors custom-hooks fullstack-development reactjs
Last synced: 09 May 2026
https://github.com/nandkumar1000/flight-ticket-booking-bot
This project is a smart flight booking chatbot built using Microsoft Bot Framework v4 with Azure CLU integration. It allows users to book flights through natural language conversations by understanding origin, destination, and travel date inputs. Designed for scalability and clarity, the bot showcases best practices in conversational AI development
cors dotenv javascript microsoft-azure nodejs npm-package
Last synced: 03 May 2026
https://github.com/yadamvinay369/cve_server
Backend code providing APIs for CVE dashboard
api-rest cors expressjs jest mongoose mvc-pattern nodejs supertest unit-testing
Last synced: 14 Apr 2026
https://github.com/niteshrawat0401/-dazzler_software
This is an admin panel that provides the ability for administrators to create, delete, and search user accounts. It also includes comprehensive validation for user signup and login processes.
axios bcrypt cors dotenv expressjs jsonwebtoken mongodb mongoose nodejs nodemon react-router-dom reactjs
Last synced: 01 Apr 2026
https://github.com/jwest80/api_token_authentication
An Angular 2/4 Client that interacts with WebAPI 2 using token authentication.
angular-cli angular2 angular4 cors elmah entity-framework typescript2 webapi-2
Last synced: 19 Jan 2026
https://github.com/spm999/audio-transcriber
Audio transcriber using deepgram. It allows users to record audio, upload it, and retrieve transcriptions for the recordings. It is built using React for the frontend and Node.js/Express for the backend, with MongoDB for storage.
api audiototext cloudinary component cors deepgram mern-stack mongoose nodejs react transcription vite
Last synced: 14 Apr 2026
https://github.com/simpl1fy/setup-express-vercel
A npm package that automates the process of setting up an express.js server along with vercel deployment.
body-parser cors deployment developer-tools development dotenv expressjs npm npx vercel
Last synced: 14 Apr 2026
https://github.com/pandit0305/ai-chat-bot
user can ask anything with ai chat bot application, user are able to get answer of difficult questions
Last synced: 20 Apr 2026
https://github.com/yashh-mane/swagger-upload-service
Node.js microservice with JWT auth & role-based access for uploading and validating Swagger (YAML/JSON). ✅ Admin-only upload (file or text) with validation ✅ Dockerized with GitLab CI/CD: builds, pushes to Docker Hub & deploys on EC2
api authentication containerization cors docker express git javascri javascript jwt middleware mongodb mongoose multer nodejs rest swagger yaml
Last synced: 14 Apr 2026
https://github.com/pitercoding/customer-manager-app
[PT-BR] Gerencie clientes com um CRUD simples e moderno, formulários reativos, Angular, Spring Boot e PostgreSQL. [EN] Manage customers with a modern and simple CRUD, reactive forms, Angular, Spring Boot and PostgreSQL.
angular backend cors crud customer-management frontend full-stack java postgresql reactive-forms responsive-ui rest-api spring-boot typescript web-application
Last synced: 03 May 2026
https://github.com/iryna-vyshniak/mern-backend
bcrypt cloudinary cors dotenv express gravatar jsonwebtoken mongoose morgan multer nodemailer
Last synced: 03 May 2026
https://github.com/sashee/signed_urls_cors
Testing different configurations of domains and CORS headers when redirecting to an S3 signed URL
Last synced: 09 May 2026
https://github.com/zeeshandev15/MernAuthentication
MERN authentication with Express and MongoDB involves using **MongoDB** as the database to store user data and authentication details, **Express** for building the server and handling API routes, and **Next js** for the frontend. **JWT** (JSON Web Tokens) is often used for secure user authentication and session management.
bcrypt cookie-parser cors dotenv expressjs mongodb nextjs nodemailer tailwindcss twilio-voice
Last synced: 11 Oct 2025
https://github.com/dunghenry/express_auth
Express + JSON Web Tokens
bycrypt cookie-parser cookies cors dotenv expressjs jsonwebtoken mongodb mongoose morgan nodejs nodemon redux-toolkit
Last synced: 14 Apr 2026
https://github.com/justsecret123/delivery-tracking-backend-api
Deployment in dev mode (local) & Production mode (Heroku) of an API.
api-rest axios cors expressjs javascript mongodb mongoose nodejs router
Last synced: 14 Apr 2026
https://github.com/kaiocass/be-the-hero
Projeto realizado na Semana Omnistack 11 - Rocketseat
cors expo jest json knexjs nodejs react react-native sqlite3
Last synced: 14 Apr 2026
https://github.com/kisabellecortez/facial-recognition-software
An facial recognition software that shows the name and age of the person, implementing React + JavaScript for the frontend and Python + Flask for the backend. Utilizing face-api for facial image processing and PostgreSQL for facial persistence.
cors css face-api face-recognition flask html javascript opencv python react
Last synced: 14 Apr 2026
https://github.com/abdelrahman0122/e-commerce
e-commerce-app using Nodejs
bcrypt cloudinary cors dotenv express joi jsonwebtoken mongoose multer nodemailer slugify stripe
Last synced: 10 May 2026
https://github.com/lucasdants/nodejs-bethehero
BeTheHero is a project developed during the Semana Omnistack presented by Rockeseat. This project is a way to help ONGS.
celebrate cors express jest knex sqlite3 supertest typescript
Last synced: 03 May 2026
https://github.com/mrirakib04/server-2
server-2 For web-practice-8
cors express jsonwebtoken mongodb node
Last synced: 14 Apr 2026
https://github.com/crescendolab-open/override-proxy
Pluggable local development server that serves rule-based overrides first, then proxies unmatched requests to an upstream PROXY_TARGET.
cors debug development http https javascript mock nodejs overrides proxy stub typescript
Last synced: 03 May 2026
https://github.com/khaledsaifulla010/digipay-digital-wallet-system-backend
DigiPay is a secure and modular backend API built with Express.js and Mongoose, designed for digital wallet management.
bcryptjs cookie-parser cors dotenv eslint express-js http-status-code jsonwebtoken mongodb mongoose node-js passportjs typescript typescript-eslint zod-validation
Last synced: 11 Oct 2025
https://github.com/aneathaarse/backend-hotelbookingsystem
hotelbookingsystem
cors dotenv express javascript mongodb
Last synced: 13 Apr 2026
https://github.com/zgoda/corslib
Policy-based CORS support library for web applications.
Last synced: 11 Oct 2025
https://github.com/furkan-dogu/library_be
This project constitutes the backend part of a book management system. It provides RESTful APIs using Express.js and performs basic operations on books over an MongoDB database.
cors dotenv express-async-errors express-js javascript mongoose nodejs redoc-express swagger-ui-express
Last synced: 07 Apr 2026
https://github.com/souravpl8092/kanban-boards
A feature-rich Kanban Board application built with React, Redux, Node.js, Express, and MongoDB. It allows users to manage tasks seamlessly with drag-and-drop functionality, authentication, and a visually appealing UI.
axios bycrypt cors css expressjs jwt mongodb mongoose nodejs react react-icons react-redux react-router-dom react-spinners redux-toolkit
Last synced: 09 Apr 2026
https://github.com/kaiocass/pizzaria
cors expressjs jwt-authentication multer nextjs nodejs prisma reactjs sass typescript yarn
Last synced: 02 Apr 2026
https://github.com/lokesh-7977/chit-chat-champs
context-api cors expressjs html-css mongodb mongoose nodejs npm-scripts react react-router-dom socket-io
Last synced: 02 Apr 2026
https://github.com/akashp73387/settly-assessment-backend
An application form for a new account where users enter their personal details, validate the information, and have the option to edit and resubmit the form before finalizing their registration.
cors crud-api dotenv expressjs mongodb mongoose nodejs nodemon
Last synced: 19 Jan 2026
https://github.com/kanphatdev/employees-ms-client
full stack employees management system
cors express javscripts-app mern-project mern-stack reactjs tailwind-css
Last synced: 10 Jul 2025
https://github.com/wilmanconde2/bc-71370-integrador_etapa4_frontendv1.1-wilman-conde
Web App with full CRUD
bootstrap cors dotenv express-middleware express-validator expressjs javascipt javascript-framework mongodb multer nodejs nodemon react-components react-hooks react-router react-router-dom reactjs sass vite
Last synced: 11 Apr 2026
https://github.com/temurbek2310/back-api
Backend with MongoDB for react-dashboard project to manage authorization.
authentication body-parser cors dotenv expressjs jsonwebtoken mongodb mongoose node-fetch nodejs nodemon uuid
Last synced: 02 Apr 2026
https://github.com/chavda-bhavik/schoacher-api
API to handle teacher and employer information and authentication for Schoacher
apollo-server cors expressjs grapgql graphql-upload jsonwebtoken nodejs typegraphql typeorm typescript
Last synced: 14 Apr 2026
https://github.com/navyareddy2517/portfolio
"A modern and responsive personal portfolio website built with React, showcasing my skills, projects, and experience."
cors express framer-motion frontend javascript mongoose mui react react-router
Last synced: 02 Apr 2026
https://github.com/ahmedmeshref/trivia-app
full-stack trivia game built with Flask and React.
cors falsk flask fullstack-development javascript python reactjs restful-api
Last synced: 04 May 2026
https://github.com/mesbol6647/mern-01-stokapp-
This project is a stock management application developed using the MongoDB, Express.js, React, and Node.js (MERN) stack. It allows users to add, update, and track the stock status of products.
cors deploy dirname express-static expressjs mongodb-database nodejs react
Last synced: 22 Jan 2026
https://github.com/marcel-msc/auth-server
Nodejs sever to learn how to use jsonwebtoken, authentication a user and to create, delete and update user information
bcryptjs cors dotenv express jsonwebtoken lowdb
Last synced: 15 May 2026
https://github.com/rk28284/eduhub
cors html-css-javascript mongodb nodejs recatjs
Last synced: 10 May 2026
https://github.com/chandrabose-11/weddingwise-backend
This repo contains Back End code for the Weddingwise Management . Built using MERN Stack.
bcryptjs cors expressjs jwt-authentication mongodb mongoose nodejs nodemon-express postman render
Last synced: 27 Jan 2026
https://github.com/cosmosgenius/twitter-proxy
Twitter api proxy with cors support
api cors proxy twitter twitter-proxy
Last synced: 09 Sep 2025
https://github.com/engrsakib/odyssey-a-tour-management-system
cors expressjs mongodb mongoose nodejs pasports typescript zod-validation
Last synced: 10 Apr 2026
https://github.com/toowan0x1/corser
A simple web tool designed to test and analyze APIs and web applications for CORS vulnerabilities locally, providing detailed insights into preflight responses, headers, and potential issues.
cors cross-origin-resource-sharing
Last synced: 28 Mar 2025
https://github.com/webmobiledev/taptapwin
angular5 cors css-animation firebase firebase-admin firebase-functions ionic ionic4 scss twilio typescript
Last synced: 19 Apr 2026
https://github.com/hussein-m-kandil/generic-express-service
A generic Express.js back-end service designed to support multiple front-end apps that I am managing to build in parallel with this app.
api bcryptjs cors docker docker-compose express jwt multer nodejs passport postgresql prisma rest-api sharp sql supertest typescript vitest winston zod
Last synced: 22 Jan 2026
https://github.com/guruprasad3n/crud-node-application
The Product and Review Management System is a Node.js application with MongoDB integration that allows users to manage products and their associated reviews. This documentation provides an overview of the application, its features, technical requirements, and instructions for setting up and running the project.
chai cors dotenv expressjs mocha mocha-chai mongodb mongoose nodejs nodemon npm supertest
Last synced: 22 Jan 2026
https://github.com/tusho7/e-commerce-api
A robust and scalable backend API for a shoes e-commerce platform built with Node.js, Express, and Prisma ORM. This API facilitates user authentication, product management, order processing, and email notifications, leveraging MySQL for data storage and Joi for data validation.
bcrypt cookie-parser cors expressjs joi-validation mysql-database nodejs nodemailer prisma uuid
Last synced: 14 Apr 2026
https://github.com/kastorcode/gostack-live-07-kubernetes
Live #7 of the Rocketseat GoStack Bootcamp: Docker and NodeJS in Kubernetes.
backend bluebird bootcamp brazil cors docker dockerfile express goiania goias gostack javascript kubernetes live matheus nodejs oliveira ramalho redis rocketseat
Last synced: 09 Apr 2026
https://github.com/camruthav/bookstore-app_mern
Bookstore App Using MERN Stack
cors crud mern-stack vite webdevelopment
Last synced: 24 Feb 2026
https://github.com/sushilkrg/flatmates
Flatmates is a platform that helps users find and list flatmates/roommates across multiple cities. Users can add, delete, bookmark and track listings, search by city or location, and apply filters for better discovery. The app supports paid featured listings for higher visibility, secure user authentication and stripe checkout for featured listing.
api-integration cors expressjs git mongodb nextjs15 nodejs render rest-api stripe tailwind-css ui-design vercel-deployment webhooks
Last synced: 05 Mar 2026
https://github.com/rantu01/srs-backend
Service Review System (SRS) Backend A secure Node.js/Express REST API powering a service review platform. Features: ✔ Firebase Auth + JWT for secure user authentication ✔ MongoDB database with full CRUD for services/reviews ✔ Protected routes & middleware for authorization
Last synced: 04 May 2026
https://github.com/thund3rhawk/bim_admin_backend
aws-s3 bcrypt cloudinary cors express mongodb multer nodejs prettier prisma ts-node typescript
Last synced: 14 Mar 2026
https://github.com/marcos-vcs/mundo-hoje-web-scraping
This project does the web scraping of the IBGE (Brazilian Institute of Geography and Statistics) news open API.
cors java spring-boot web-crawler web-scraping
Last synced: 04 May 2026
https://github.com/vitor-msp/nginx
System containing a web server, cache server and load balancer with Ningx.
cache corp cors csp hsts http load-balancer nginx reverse-proxy tls
Last synced: 21 May 2026
https://github.com/art2url/git-oauth-bridge
🗄️ A lightweight Node.js + Express server that handles GitHub OAuth authentication, exchanges authorization codes for access tokens, and retrieves user information. Perfect for integrating GitHub login into your apps.
authentification authorization-server axios backend cors dotenv express-js expressjs github-api github-oauth node node-js oauth2 rest-api secure-authentication
Last synced: 04 May 2026
https://github.com/tushcmd/olo-scraper
This is a full-stack web scraping application that simulates browser-like interactions using a headless browser. Users can input a URL, and the application scrapes data and performs specified actions.
cors express nodejs puppeteer react tailwindcss typescript winston
Last synced: 22 Jan 2026
https://github.com/amanmandal-m/flurn_booking_system_backend
This is Flurn Company Assignment this is for booking seats backend system .
cors csvtojson dotenv express-js mongoose node-js render swagger-docs swagger-ui
Last synced: 06 Apr 2026
https://github.com/kateryna-borysenko/phonebook-backend
REST API for working with a collection of contacts
cloudinary cookie-parser cors express gravatar jimple joi jwt mongodb mongoose morgan nanoid sendgrid
Last synced: 06 Apr 2026
https://github.com/mehedi752/task-management-server
cors dotenv express-js mongodb node-js
Last synced: 10 Apr 2026
https://github.com/filipemt/api-food-explorer
Food Explorer was the challenge proposed by rocketseat. In this project I created an api for a fictional restaurant. This is a complete application (backend and frontend).
cors expressjs jwt-authentication knex multer nodejs sqlite
Last synced: 04 May 2026
https://github.com/sankalpafernando/cors-extends
cors cors-proxy express jest npm-package typescript
Last synced: 14 Mar 2026
https://github.com/hallowshaw/personal-portfolio
Welcome to my portfolio website! This repository contains the source code for my personal portfolio site, showcasing my skills, projects, and contact information.
cors css emailjs express html html5 javascript js mongodb nodejs portfolio portfolio-website
Last synced: 06 Apr 2026
https://github.com/aka-azad/study-buddies-server
This is the server side of Study Buddies web platform.
cookie-parser cors expressjs firebase-auth mongodb nodejs
Last synced: 10 Apr 2026
https://github.com/wdyitz/twitter-clone-api
Twitter Clone API
cors docker docker-compose express helmet jwt-authentication nodejs prisma-orm typescript
Last synced: 22 Jan 2026
https://github.com/lequangnamsoraly2009/mern-first-app
MERN Stack List Course Learn Tutorial☀︎🤣
argon2 axios bootstrap cors dotenv express jwt material-icons mongoose nodejs react-redux redux-toolkit styled-components
Last synced: 06 Apr 2026
https://github.com/alexandrecpedro/job_management
Job Management app
actuator-spring-boot aws cors docker github-actions grafana h2-database java jsonwebtoken junit lombok maven postgresql prometheus render sonar sonarqube spring-boot spring-security swagger
Last synced: 06 Apr 2026
https://github.com/hossahin/helpinghub-project-server
HelpingHub Server is a Node.js backend providing RESTful APIs for managing volunteer posts, user details, and authentication. Using Express, MongoDB, and Firebase Admin SDK, it enables secure CRUD operations to support a volunteer management platform.
api backend cors crud dotenv express javascript mongodb nodejs rest-api volunteer-management
Last synced: 04 May 2026
https://github.com/andresweitzel/microservice_employees_nestjs
Microservice for employee management using Nestjs, TypeORM, MySQL, Nodejs, Typescript, nodemon, git, others
cors dotenv git microservice mysql nestjs nodejs nodemon postman typeorm typescript
Last synced: 14 Apr 2026
https://github.com/phatnguyenuit/express-example
This is an express example application implement CRUD with Mongoose. Support dockerize
body-parser cors dotenv expressjs mongoosejs nodejs
Last synced: 14 Apr 2026
https://github.com/ajao-victor/codealpha_folcommerce
Hey there! Folcommerce is my passion project—a sleek e-commerce app built for smooth shopping. Browse products, check out detailed item pages, add stuff to your cart, and checkout with ease. It’s got a clean, mobile-friendly design and a solid backend. Made with HTML, CSS, JS, Node.js, Express, and PostgreSQL, plus JWT for secure logins.
api-client axios bcrypt cors css3 expressjs html5 javascript jwt-authentication nodejs postgresql-database
Last synced: 04 May 2026
https://github.com/juniorreisx/crud---ts
This project is a functional CRUD developed with TypeScript, using Node.js, Express, and PostgreSQL for data persistence.
cors dotenv express postgresql sequelize typescript
Last synced: 04 May 2026
https://github.com/vulegiahoa06/e-commerce
Modern e-commerce built with best practices in mind. MERN stack, Redux Toolkit for state management, Material UI for a delightful UI, and RESTful APIs for seamless integration. Dive in and explore!
cors express-js forgot-password jwt-authentication material-ui mern mongodb node-js react react-router restful-api
Last synced: 14 Apr 2026
https://github.com/follownaim/gear-arena-server
GearArena Server 🌐 - Backend for the GearArena platform, crafted with Node.js, Express.js, MongoDB, and CORS. It features RESTful APIs for user authentication, product management, and CRUD operations, ensuring seamless integration with the client-side for a superior e-commerce experience.
Last synced: 04 May 2026
https://github.com/priyabratagig/mern-jobrambo-api
Job portal made with MERN, with practial approach for security, architecute, database, and code oranisaition
authentication cookie cors cryptojs exception-handling express jsonwebtoken middleware mongodb mvc rest-api
Last synced: 06 Apr 2026
https://github.com/rozek/sws-cors-fix
a simple plugin to fix the CORS authentication issue of the "simple web server"
Last synced: 02 Apr 2025
https://github.com/andresweitzel/microservice_paypal_orders_express
Microservice for the integration of Paypal API Orders implemented with ExpressJs, Nodejs, Typescript, nodemon, morgan, dotenv, cors, others.
axios cors dotenv expressjs git microservice morgan nodejs nodemon paypal-integration paypal-rest-api postman typescript
Last synced: 06 Apr 2026
https://github.com/jonanv/gameofyear-firebase
Backend of gameofyear-angularjs
backend cors express firebase firebase-functions typescript
Last synced: 05 May 2026