Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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-face
within 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: 2025-01-12 00:06:01 UTC
- JSON Representation
https://github.com/dozyio/hello-go-lambda-api-gateway-terraform
Terraform all the things - AWS Lambda, Cogntio, API-Gateway with CORS, SQS, SNS, DynamoDB, SPA configuration
aws-api-gateway aws-lambda cognito cors dynamodb go iac sns sqs terraform terraform-aws vue vuejs
Last synced: 06 Nov 2024
https://github.com/kenkyoo/meme-maker
Este es un proyecto web que combina frontend y backend para crear memes personalizados de manera sencilla y rápida.
axios cors css expressjs html imgflip-api javascript jquery meme-generator memes nodejs semantic-ui showalert-swiftui webpack
Last synced: 29 Dec 2024
https://github.com/cartory/antique-bidding-back
Antique bidding backend
cors dotenv express javascript mysql2 sequelize socket
Last synced: 19 Nov 2024
https://github.com/aajafry/ums_api
I started this project simply to learn more about EJS in a hands-on way. My aim is to understand it better and become proficient at using it.
body-parser cors dotenv ejs expressjs mongoose multer nodejs nodemon
Last synced: 21 Dec 2024
https://github.com/liliwei25/nestjs-template
NestJS template with everything you need to get started
bun commitlint cors docker eslint github-actions helmet husky lint-staged nestjs prettier swc template typescript zod
Last synced: 22 Nov 2024
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: 16 Dec 2024
https://github.com/tripolskypetr/pwalauncher
The PWA launcher for react-declarative
cors cors-proxy honeypot http https mixed-content osint path-proxy port-forwarding proxy pwa react-declarative reverse-proxy same-origin websocket
Last synced: 27 Oct 2024
https://github.com/iam-abhishek-yadav/medium
A blogging platform built with React, Express, and PostgreSQL. Enables users to create, publish, and share blog posts. Utilizes Prisma for data management and Cloudflare for performance and security.
axios cloudfare cors expressjs hono jwt postgresql prisma reactjs zod
Last synced: 29 Dec 2024
https://github.com/iam-abhishek-yadav/plinko
Plinko lets players drop a ball down a triangular pin pyramid to reach a multiplier. Inspired by Pachinko, this game allows customization of risk and multipliers, making it perfect for everyone.
axios canvas cors express nodejs react-router-dom reactjs tailwind typescript
Last synced: 29 Dec 2024
https://github.com/nda17/node-express-server
Node-express-server
colors compression cors dotenv express-js helmet jest morgan node-js prisma supertest ts-node-dev tsconfig-paths typescript zod-validation
Last synced: 21 Dec 2024
https://github.com/fralonra/corsen
A universal Cross-Origin Resource Sharing(CORS) middleware
Last synced: 21 Dec 2024
https://github.com/kushrm2803/admin-dashboard
A comprehensive, responsive, and dynamic admin dashboard for business analytics built with the MERN stack.
admin-dashboard cors expressjs mern mongodb nivo-charts nodejs reactjs redux
Last synced: 19 Nov 2024
https://github.com/oxwazz/cors_bypass
💡 Effortlessly access your backend APIs without CORS headaches!
Last synced: 07 Jan 2025
https://github.com/mskian/mskcors
CORS Anywhere is a NodeJS proxy which adds CORS headers to the proxied request.
cors cors-anywhere cors-proxy cors-request
Last synced: 29 Dec 2024
https://github.com/vidhya0501/assign-mentorbe
Mentor-Student Database with Express Server
api api-endpoints cors dotenv expressjs http-methods mongodb mongoose mvc mvc-architecture nodejs postman status-codes
Last synced: 12 Jan 2025
https://github.com/thund3rhawk/bim_admin_backend
aws-s3 bcrypt cloudinary cors express mongodb multer nodejs prettier prisma ts-node typescript
Last synced: 17 Nov 2024
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: 06 Dec 2024
https://github.com/nix7amcm/ca-crypto-dashboard
This is a fun, simple crypto dashboard, that provides cryptocurrency exchange rates and has a newsfeed section. It was created using React and utilises APIs from RapidAPI to fetch the exchange rates and newsfeed data.
api axios-react cors crypto dotenv express html-css-js nodejs rapidapi reactjs render-deployment
Last synced: 19 Nov 2024
https://github.com/alexferl/falcon-crossorigin
A simple Falcon module for Cross-Origin Resource Sharing (CORS)
cors cors-enabled falcon falcon-cors falcon-framework falcon-middleware python-falcon
Last synced: 13 Oct 2024
https://github.com/fostroll/cors_api_proxy
Just one more simple proxy that remove CORS restrictions for API requests
Last synced: 21 Dec 2024
https://github.com/jpblicer/metal-api
Ruby Backend API for storing Metal Bands
Last synced: 22 Nov 2024
https://github.com/sanjay-kumar-r-a/backendpingpal
PingPal Backened which is web-based chat application
api cors documentation express git github-config json jsonwebtoken mongodb nodejs npm postman render server vscode
Last synced: 30 Dec 2024
https://github.com/bytebigboss/bcors
A CORS utility library for Java web applications.
Last synced: 29 Nov 2024
https://github.com/mdrianislam0or1/generates-short-urls-backend
Shorten a long URL to a unique short URL. Redirect to the original long URL using the short URL. Handle errors gracefully. RESTful API endpoints for URL shortening.
cors exporess jest nodejs testing ts-jest typescript zod
Last synced: 28 Dec 2024
https://github.com/noderaider/universal-cors
CORS middleware implementation with emphasis on configurability of dynamic origins.
cors cors-middleware dynamic-origins express universal-cors
Last synced: 20 Dec 2024
https://github.com/shobanamuthiah/authentication_backend
User Authentication API
backend-api cors database-management expressjs javascript mongodb mongoose nodejs
Last synced: 14 Nov 2024
https://github.com/josana-kla/project-laboleria
cors dayjs dotenv expressjs joi-validation nodejs nodemon postgresql
Last synced: 23 Nov 2024
https://github.com/josana-kla/projeto16-boardcamp
cors dayjs dotenv expressjs joi-validation nodejs nodemon postgresql
Last synced: 23 Nov 2024
https://github.com/tofikbagwangithub/live_realtime_chatapp_f
A fully functional real-time chat application where users can join chat rooms, send and receive messages instantly. Built with React for the frontend, Node.js and Express for the backend, and Socket.io for real-time, bidirectional communication, this chat app enables seamless interactions and provides an engaging user experience.
cors css express-js nodejs react-router reactjs socket-io-client socketio
Last synced: 07 Jan 2025
https://github.com/maximilliangroup/maxx-onguard
.htaccess and .conf files that provide robust security for PHP and WordPress sites
apache apache2 cloudflare conf configuration cors directory-bruteforce htaccess-better-web-security htaccess-files htaccess-https-redirect htaccess-rule htaccess-snippets htaccess-www-redirect https php security server ssl wordpress wordpress-development
Last synced: 21 Dec 2024
https://github.com/niteshrawat0401/jwt-authentication
This is Full Stack JWT Authentication Application.
cors expressjs jwt-authentication middleware mongodb mongoose nodejs reactjs
Last synced: 16 Nov 2024
https://github.com/vs0uz4/instarocket_frontend
Instarocket - FRONTEND da Aplicação Desenvolvida na Semana OmniStack 7.0
cors expressjs reactjs socketio
Last synced: 07 Jan 2025
https://github.com/vs0uz4/instarocket_api
Instarocket - BACKEND da Aplicação Desenvolvida na Semana OmniStack 7.0
cors expressjs javascript mongodb mongoose reactjs socket-io
Last synced: 07 Jan 2025
https://github.com/nashaat10/portfolio
personal portfolio that make user present his data ,The application based on client/server architecture, where the client is a web browser, and the server is a Node.js server. The server is responsible for serving the client with the website's content and handling the requests from the client.
angular angular-cli authentication cors error-handling express jwt logging mongodb mongoose multer nodejs sharp typescript
Last synced: 07 Jan 2025
https://github.com/niteshrawat0401/faircent
Accurate BMI calculations for individuals, helping assess health and fitness levels based on height and weight measurements.
axios bcrypt cors dotenv expressjs jsonwebtoken material-ui mongodb mongoose nodejs nodemon react-router-dom reactjs
Last synced: 16 Nov 2024
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: 16 Nov 2024
https://github.com/niteshrawat0401/student-dashboard
This is small student dashboard.
axios bcrypt cors dotenv expressjs jwt-authentication material-ui mongodb mongoose nodejs nodemon privateroutes reactjs tailwindcss
Last synced: 16 Nov 2024
https://github.com/subhranil002/chai-aur-nodejs
All the Codes are Collected and Written throughout the course ... ❤️ ... 𝐂𝐨𝐮𝐫𝐬𝐞 𝐋𝐢𝐧𝐤 ... 👇🏻
backend backend-api bcrypt cloudinary cookie-parser cors dotenv express expressjs jsonwebtoken mongodb mongoose multer node nodejs server
Last synced: 07 Jan 2025
https://github.com/dmitriygorohov/project-from-itransition
САЙТ ДЛЯ УПРАВЛЕНИЯ РЕКОМЕНДАЦИЯМИ "ЧЁ ПОСМОТРЕТЬ/ЧЁ ПОЧИТАТЬ/ВО ЧТО ПОИГРАТЬ И Т.Д."
axios body-parser cloudinary-react cors express material-ui mysql nodemon react react-hook-form react-router-dom
Last synced: 11 Jan 2025
https://github.com/rafiul29/tech-alpha-server
Discover Tech Alpha, where shopping meets innovation. Our MERN backend, fueled by Express, Node, CORS, and dotenv, ensures a dynamic and secure e-commerce adventure. Elevate your shopping experience with us, where technology and convenience converge for a seamless retail journey.
cors dotenv expressjs mern-stack mongodb nodejs project-management
Last synced: 25 Dec 2024
https://github.com/mouni2619/reactmarkdown-be
The ReactMarkdown backend manages user authentication, project creation, and data storage, offering RESTful API endpoints for user actions and project management. It ensures data integrity, security, and user-specific access controls, providing a robust infrastructure for the application.
bycrypt cors dotenv express mongodb-atlas nodemailer nodemon
Last synced: 16 Nov 2024
https://github.com/marcodpt/apitest
A browser based api tester
api api-rest api-testing cors cors-anywhere test testing testing-tools
Last synced: 14 Nov 2024
https://github.com/pacmancity/django-xml-parser
тестовое задание, приложение для добавления данных из xml в базу данных
cors django djangorestframework-xml djanogo-rest-framework python
Last synced: 06 Jan 2025
https://github.com/takbirgazi/geographyolympiadbd-server
This is server of geographyolympiadbd
Last synced: 06 Dec 2024
https://github.com/krishanmihiranga/spring-link
Example project illustrating the seamless integration of a Spring Boot API with a Frontend application.
cors css html java javascript spring-boot
Last synced: 06 Jan 2025
https://github.com/utkarshk95/fitflow
A MERN-based app which is a robust tool for tracking and managing diverse workout routines. Designed for fitness enthusiasts and trainers, it provides an intuitive platform to plan, monitor, and optimise fitness activities, ensuring seamless performance and real-time data processing.
cors css3 dotenv expressjs html5 javascript mongodb mongoose nodejs react react-bootstrap react-router-dom reactjs
Last synced: 08 Jan 2025
https://github.com/jordimartinezjimenez/onlytasks-backend
API of OnlyTasks (Tasks of projects management)
cors express-validator expressjs mern-stack mongodb mongoose morgan nodejs typescript
Last synced: 23 Nov 2024
https://github.com/gedgonz/aapipeliculas
Curso de Creación de WebApi Profesional Udemy
authorization automapper codefirst cors csharp dto injection-dependency jwt repository-pattern webapi
Last synced: 06 Dec 2024
https://github.com/princeinscripts/task-2-blog-website
A MERN stack blog app for creating, managing, and sharing posts. Features user authentication, image uploading, liking, and responsive design.
authentication blogging cors express full-stack jwt mern mongoose multer node react web-app
Last synced: 14 Nov 2024
https://github.com/princeinscripts/lms-website
Learning Management System (LMS) project, MERN (MongoDB, Express.js, React, Node.js) stack
axios bcrypt bcryptjs chartjs cloudinary cookie-parser cors dotenv express jwt-authentication mongodb mongoose multer nodejs nodemailer nodemon react react-router redux-toolkit vite
Last synced: 14 Nov 2024
https://github.com/developeromarfaruk/node-react-custom-jwt-auth
In this repository Login and Register authentication and authorization are done by using a custom JWT token.
axios bcryptjs bootstrap5 cors css3 dotenv express-js html5 jsonwebtoken jsx jwt-token mongodb nodejs nodemon react-hooks react-router reactjs restful-api
Last synced: 29 Dec 2024
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: 29 Nov 2024
https://github.com/md-habib-ulla/scribestation
The Stationery Shop API is a comprehensive backend solution for managing a stationery store. Built with Node.js, Express, TypeScript, and MongoDB, it enables efficient management of products and orders with robust validation and error handling.
bcrypt cors dotenv express mongodb mongoose nodejs nodemon prettier typescript zod
Last synced: 14 Dec 2024
https://github.com/sangampshinde/file-storage-app
Backend Project
cors ejs ejs-templates expressjs multer nodejs
Last synced: 08 Jan 2025
https://github.com/hramov/go_api
Golang REST API structure with architecture and boilerplate code
api-rest cors gin-gonic golang grpc grpc-go ioc-container jwt-authentication
Last synced: 08 Jan 2025
https://github.com/gopalbasak1/bike-store-server
Technology & Live Server
cors dotenv eslint-config-prettier express mongodb mongoose nodejs prettier ts-node-dev typescript typescript-eslint-setup
Last synced: 14 Dec 2024
https://github.com/vymalo/api-watcher-backend
Backend application for the API Watcher
cors dotenv express helmet husky knex lodash openapi-generator-plus passport repository-pattern socket-io sqlite3 typescript webpack5 winston
Last synced: 23 Nov 2024
https://github.com/abdullah0332/web_rtc_chat_app
Build and deploy a React Video Chat Application using WebRTC.
cors express material-ui nodejs nodemon peer react react-copy-to-clipboard simple-peer socket-io
Last synced: 08 Jan 2025
https://github.com/abdullah0332/ecommerce-redux
A Complete E Commerce Website on MERN Stack with Redux and Stripe for Payment and also Cloudinary for store Images on cloud.
bootstrap cloudinary cookie cors express-fileupload expressjs mongodb mongoose nodejs reactjs stripe
Last synced: 08 Jan 2025
https://github.com/abdullah0332/bookstore-api-test-mocha-chai
Book store node js api testing with mocha and chai.
chai chai-http cors express mocha mocha-chai mongoose morgan
Last synced: 08 Jan 2025
https://github.com/pzahabi/hr-production.com-backend
Music production studio website back-end
bcrypt compression config cors docker docker-compose dockerfile express-async-errors express-fileupload expressjs helmet javascript joi jwt mongodb mongoose multer nodejs winston
Last synced: 02 Jan 2025
https://github.com/miasanromen/hotellisting.api
REST API, created on C# language using ASP.NET Core Web API
asp-net-core automapper cors entity-framework-core rest-api restful swagger swagger-ui webapi
Last synced: 30 Dec 2024
https://github.com/leiberbertel/api-restful-node-mvc
Esta es una API Restful programada en node.js, express con una arquitectura MVC, configuración del cors, validación de modelos con Zod y variables de entorno dotenv, cuenta con modelos que apunta a instancias MySQL, MongoDB y el sistema local
cors dotenv express mvc-architecture nodejs zod
Last synced: 11 Jan 2025
https://github.com/satyam-software-developer/social-media-backend
Social-Media-Backend project created with nodejs for backend web developement.
bcrypt cors dotenv expressjs git github jsonwebtoken mongodb mongodb-atlas mongoose nodejs nodemon postman
Last synced: 06 Jan 2025
https://github.com/iurianu/goodreads-web-scraper
A simple web scraper that gets a book from goodreads.com by providing the ISBN
axios bootstrap cheerio cors express-js goodreads javascript nodemon
Last synced: 14 Nov 2024
https://github.com/preetiraj3697/chatterbox
Chatterbox is a modern messaging application designed to facilitate seamless communication between users through individual and group chats. Built with a focus on user experience and security, Chatterbox offers a range of features to enhance your messaging experience.
axios cloudinary cookie-parser cors expressjs jsonwebtoken material-ui mongodb nodejs react-router-dom reactjs redux-thunk redux-toolkit socket-io
Last synced: 10 Jan 2025
https://github.com/fabio-sudo-apt/money_flow_back
bcrypt cors dotenv eslint express jsonwebtoken morgan node-ts prisma typescript vitest-ts zod
Last synced: 06 Jan 2025
https://github.com/thesanchitadevi/black-market-server
backend
cors express express-middleware mongodb mongodb-atlas mongodb-database nodejs nodemon vercel-deployment
Last synced: 06 Dec 2024
https://github.com/debrajhyper/e-commerce
This is a comprehensive e-commerce full-stack application built using Next.js for the frontend and Node.js with Express.js for the backend. It provides functionality for user authentication, seller product management, and buyer shopping experience.
bcryptjs cors expressjs jwt-authentication nextjs14 nodejs postgresql reacthookform reactjs shadcn-ui tailwindcss typescript zod zustand
Last synced: 11 Oct 2024
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: 10 Jan 2025
https://github.com/jonathas/restify-cors-dev-proxy
A proxy to solve CORS issues in development
cors cors-proxy javascript nodejs proxy proxy-server
Last synced: 16 Nov 2024
https://github.com/jackblackjack/fc-upload-example
File Uploads Example Application
bunyan connect-flash cookie-parser cors cron-job-manager dotenv ejs express express-session mongoose multer
Last synced: 30 Nov 2024
https://github.com/neelakandanv/url_shortener-be
MiniUrl - An Url shortening service
bcryptjs cors dotenv expreesjs git github javascript jwt mongodb-atlas mongoose nodejs nodemailer nodemon postman render
Last synced: 17 Nov 2024
https://github.com/anbumani12/crm-backend
CRM Backend Capstone Project
cors dotenv express jsonwebtoken mongodb mongoose nodemailer
Last synced: 20 Nov 2024
https://github.com/lahcenezzara/bmi-calculator-fastapi
BMI Calculator FastAPI Python
api backend bmi-calculator body-mass-index cors fastapi fitness health microservices pydantic python rest-api uvicorn web-api web-development
Last synced: 06 Jan 2025
https://github.com/kumaresh231299/music-streamming-sk-be
This repo contains Music Streamming Application fsd project backend source using Nodejs and expressjs.
bcryptjs cloudinary cors dotenv expressjs jsonwebtoken mongodb-atlas moongose multer multer-storage-cloudinary nodejs nodemailer nodemon
Last synced: 10 Dec 2024
https://github.com/fms-faisal/skyview-apartments-server
Skyview Apartments: Building Management System
cors dotenv expressjs json-web-token mongodb stripe-payments
Last synced: 29 Nov 2024
https://github.com/dannyjiustian/smart-contract-server-hardhat
This repository is for creating smart contracts that address etherium and this repository is built with NodeJS and Hardhat
api cors ethereum expressjs hardhat javascript nodejs server shell smart smart-contracts
Last synced: 23 Nov 2024