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: 2024-11-18 00:05:54 UTC
- JSON Representation
https://github.com/sreeragp69/notes-app-backend
Backend for the Note App built with Node.js, Express.js, and MongoDB. Handles user authentication, note management, and API requests.
authentication backend cors crud dotenv express-js jwt mern mongodb nodejs rest-api
Last synced: 10 Oct 2024
https://github.com/jatin-pandey01/contacto
Contacto is a contact api backend application
bcrypt cookie-parser cookies cors express-middleware expressjs jsonwebtoken mongo mongodb-atlas mongoose nodejs
Last synced: 02 Nov 2024
https://github.com/smilevp/query_support_backend
Query Support Backend
bcrypt cors dotenv express-generator jwt mongoose-model mongoose-schema nodemailer
Last synced: 12 Nov 2024
https://github.com/dhartisangani/indiefoods-backend
IndieFoods is a home-cooked food subscription platform created to empower the indie chefs, the superstars who cook great food at home and want to take it a step higher. Our users will have the choice of multiple meal plans and chefs within their area.
cors express firebase mocha nodejs razorpay
Last synced: 17 Nov 2024
https://github.com/lexhouk/goit-pyweb-hw-13-task-1
Модуль 13. Розширені теми Backend-розробки
cloudinary cors cors-enabled cors-middleware docker-compose environment-variables fastapi-mail fastapi-middleware fastapi-security goit goit-pyweb-hw-13 limiter reset-password security send-email studying verify-email
Last synced: 26 Sep 2024
https://github.com/sugrado/go-rest-api-template
Go backend (Rest API) project template with Chi and HTTP package.
cors go go-chi go-http go-playground-validator golang http pgx pgxpool postgresql slog squirrel
Last synced: 08 Nov 2024
https://github.com/omaxel/node-express-simple-boilerplate
A basic boilerplate project to start creating APIs with Node.js and Express. CORS enabled.
api boilerplate cors express nodejs
Last synced: 12 Oct 2024
https://github.com/tech-warriors-corporation/harvtech-platform-api
The API to manage communication between other services in HarvTech.
api commitlint cors eslint husky jest koajs nodejs postgresql prettier typescript
Last synced: 15 Oct 2024
https://github.com/ranaivomahaleo/tranoutilsbundle
Add json httpstatus support, CORS headers support and .env file reader support to Symfony application.
cors cors-request environment-variables httpstatus jsonapi php symfony symfony-bundle
Last synced: 12 Nov 2024
https://github.com/josana-kla/projeto17-shortly
cors dotenv expressjs joi-validation nodejs nodemon pgsql postgresql
Last synced: 11 Nov 2024
https://github.com/pacmancity/cinemate-api
"Cinemate-apiI" 🎬 - мощный REST сервис, созданный с Django REST framework, для управления фильмами и отзывами. 📽️ Поддерживает PostgreSQL, обеспечивает безопасность с JWT токенами, и систему рейтингов и отзывов 🌟. Анализирует IP-адрес для учета только уникальных отзывов пользователей. 📊 Быстрое развертывание с тестовой базой данных включено! 🚀
cors django django-ckeditor django-filter django-rest-framework open-api pillow psycopg2-binary simple-jwt sql sqlite
Last synced: 14 Oct 2024
https://github.com/sachnaror/combined_django_react_root
Django and React Integration: Session Authentication, CORS, CSRF Protection, and Cookie Management
authentication-mechanisms cookies cors cross-origin-requests csrf django react session session-management web-security
Last synced: 13 Oct 2024
https://github.com/anitatess/whiteboard-colab
Live Collaboration Whiteboard with 3 options: painting, drawing shapes and chat. Built using Node, React, Express and Socket.io
chat collaboration cors express html-css-javascript javascript node react socket-io whiteboard
Last synced: 11 Nov 2024
https://github.com/hawkpraveen/blog_app_be
This repo contains Back End code for the Blog App. Built using MERN Stack.
bcryptjs cors expressjs jwt-authentication mongoose nodejs render
Last synced: 12 Nov 2024
https://github.com/hawkpraveen/project_management_tool_backend
This repo contains Back End code for the Project Management Tool. Built using MERN Stack.
bcryptjs cors expressjs jwt-authentication mongoose nodejs nodemon-express render
Last synced: 12 Nov 2024
https://github.com/hawkpraveen/password_reset_back_end
This repo contains NodeJS Day 3 Task of MERN Stack. Password Reset Flow.
bcryptjs cors dotenv nodejs nodemon-express render toastify
Last synced: 12 Nov 2024
https://github.com/goldenhub/fullstackopen
Backend implementation of note app using nodejs
cors cors-proxy database database-schema deployment docker dotenv env environment-variables error-handler express-error-handler express-middlewares express-server flyio json-parser mongodb mongoose nodejs static-build static-middleware
Last synced: 12 Nov 2024
https://github.com/goldenhub/fullstackopen-part4
Implementing a standard node directory structure in a simple POST and GET blog app
cors dotenv eslint expressjs middlewares mongodb mongodb-atlas mongoose-schema mongoose-validation mongoosejs nodejs nodemon
Last synced: 12 Nov 2024
https://github.com/jai0212/chore-hero
A fullstack web application to connect users with skilled professionals for services like cleaning, plumbing, etc. Created using the MERN Stack (MongoDB, Express, React, Node.js) with Vite.
axios bcrypt cors css dotenv express fullstack html javascript jsonwebtoken mern-stack mongodb mongoose multer nodejs react stripe validator vite
Last synced: 18 Nov 2024
https://github.com/udokailodigwe/memories-app-server
Worked on an API with RESTful pattern. It interfaces my MongoDB database to serve resources to client requests endpoints
cors express javascript mongoose node nodemon
Last synced: 14 Nov 2024
https://github.com/vertikajain/first-graphql-project
Example of GraphQL in NodeJS and ReactJS using Apollo Client and GraphiQL.
apollo-client cors express graphiql graphql nodejs reactjs
Last synced: 17 Nov 2024
https://github.com/axe10rellana/graphql-desde-cero
Repositorio de proyectos hechos con GraphQL desde cero.
apollo-client apollo-server cors css dotenv express graphql graphql-tag javascript mern-stack mongodb mongoose monorepo nodemon react react-icons react-router-dom tailwindcss vite
Last synced: 12 Nov 2024
https://github.com/angelhtml/react_hook_yup
react hook form with yup example
angelcodestyle axios axios-react cors expressjs form javascript jsx nextjs nodejs reacthookform reactjs validation yup yup-validation
Last synced: 12 Nov 2024
https://github.com/sumaiyabanu15/expenses_tracker_backend
In this page is used to track the expenses and calculate our Income
bcrypt cors express javascript jsonwebtoken mongodb mongoose nodejs nodemon
Last synced: 11 Nov 2024
https://github.com/sumaiyabanu15/password-reset-flow-backend
This page helps to reset your password.
bcryptjs cors dotenv expressjs html-css-javascript jwt-tokens mongoose nodejs nodemailer nodemon
Last synced: 11 Nov 2024
https://github.com/arpit-shrivastva/todo-mern
The MERN stack (MongoDB, Express.js, React, and Node.js) is a powerful set of technologies used to build full-stack web applications. In a MERN Todo app, MongoDB serves as the NoSQL database to store todo items, providing flexible schema design and scalability.
api body-parser cors express mern-stack mongodb node react todo
Last synced: 14 Nov 2024
https://github.com/arpit-shrivastva/video-app
The video streaming app backend built with Node.js provides a robust infrastructure to efficiently handle video content delivery. Leveraging Node.js's event-driven architecture, it ensures high scalability and performance. Utilizing libraries like Express.js.
cookies-parser cors env expressjs nodejs prettier
Last synced: 14 Nov 2024
https://github.com/amanmandal-m/shayari_generator
This is Shyaari Generator App so user can use this to generate shayaari in hindi or English Both.
cors css dotenv express-js html javascript mongoose node-js render
Last synced: 07 Nov 2024
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: 17 Nov 2024
https://github.com/samuellucas97/be-the-hero
back-end (Node.JS/ Express) + front-end (ReactJS)
axios cors express-js knexjs-nodejs-db-migration nodejs react-dom react-icons react-router-dom reactjs sqlite3-database
Last synced: 07 Nov 2024
https://github.com/0xabdulkhaliq/pixelhunt-backend
cors express mongoose rest-api
Last synced: 08 Nov 2024
https://github.com/shreya-paul-17/minor-projects
Minor Projects made during Web Development Course of PW Skills
bcryptjs cloudinary cookie-parser cors css3 express-js html5 javascript jsonwebtoken mongoose morgan multer node-js nodemailer nodemon tailwind-css
Last synced: 13 Oct 2024
https://github.com/samie/vaadin-cors-sample
Sample of embedded Vaadin application and cross-domain CORS settings.
cors java microfrontends vaadin vaadin-24
Last synced: 16 Oct 2024
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: 16 Nov 2024
https://github.com/daliosy/user-registration-server-ts
API - Registro de usuário
api cors crud-application express mongodb nodejs prisma typescript user-registration
Last synced: 11 Nov 2024
https://github.com/jsinkx/blog-post-platform-backend
Microservice backend application blog post platform. User authentication, blogs and posts create. Typescript node.js express CRUD project
bcrypt cors express express-validator jwt mongodb multer typescript
Last synced: 11 Nov 2024
https://github.com/abdur-rahman-apu/sky-trip-server
Sky-trip is a website of booking flight tickets.
cors dotenv expressjs jwt-authentication mern-stack-development mongodb nodejs stripe-payments
Last synced: 12 Nov 2024
https://github.com/abdur-rahman-apu/phone-store-server
Phone store website's server code.
cors dotenv express-js jwt-authentication mongodb-database nodejs stripe vercel-deployment
Last synced: 12 Nov 2024
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: 14 Nov 2024
https://github.com/irenaeus-xvi/crud-restfull-api
Building a User-Friendly Frontend for a RESTfulAPI with CRUD Operations
bootstrap5 cors docker docker-compose expressjs html5 js nodejs toastify
Last synced: 14 Nov 2024
https://github.com/amansuryavanshi-1/av-news-stream
AV NewsStream: Stream, read, and listen to real-time news from diverse sources. Engage effortlessly with text-to-speech, real-time updates, and hands-free voice controls, all in one app!
cors daisy-ui emailjs github-api gnews-io html javascript news-api postcss react react-context react-icons react-router-dom redux-toolkit tailwind-css text-to-speech vercel vite youtube-api
Last synced: 11 Oct 2024
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: 31 Oct 2024
https://github.com/pranosa/cors_test_web
Web Application To Run CORS tests against your API with your specified Origin, Headers, and Methods.
Last synced: 14 Nov 2024
https://github.com/saulwolfdev/full-stack-abm-register-users
async-await axios cors dotenv express mongodb mongoose nodejs nodemon react react-icons try-catch
Last synced: 16 Nov 2024
https://github.com/azanniel/api-solid
💪 GymPass style app - Obtendo acesso à academias associadas ao planos para praticar exercícios físicos
cors e2e-tests factory-pattern fastify fastify-plugin in-memory-database jwt-authentication latitude-and-longitude prisma rbac-authorization rbac-roles repository-pattern solid unit-testing
Last synced: 11 Nov 2024
https://github.com/quazisamiha/bistro_boss_server
cors expres-js jwt-token mongodb-database node-js nodemon
Last synced: 17 Nov 2024
https://github.com/semklim/expressjs_mongo_api_example
Website example of Authentication and Registration API
api cors css email-sender express expressjs html-css-javascript html5 javascript jwt-authentication mongodb nodejs registration web-authentication web-register-form
Last synced: 05 Nov 2024
https://github.com/RodrigoBLima/node-api-products
API nodejs
cors docker ecmascript express javascript mongodb nodejs
Last synced: 23 Oct 2024
https://github.com/quazisamiha/the_dragon_news_server
cors express-js node-js nodemon vercel-deployment
Last synced: 17 Nov 2024
https://github.com/andrewjbateman/file-metadata
:clipboard: FCC project to be able to select and upload a file via a UI
cors fcc freecodecamp freecodecamp-project javascript metadata metadata-microservice metadata-parser multer nodejs
Last synced: 07 Nov 2024
https://github.com/andrewjbateman/nodejs-tutorial-rest-api
:clipboard: This is an app to practise working with Representational State Transfer (REST) APIs that just transfer data instead of user interfaces.
bcrypt-nodejs codepen cors crud graphql headers mongoose-schema multer nodejs postman-api replace rest-api socket-io
Last synced: 07 Nov 2024
https://github.com/rayanneramos/feedbackwidget-backend
Projeto desenvolvido na NLW Return 8° edição. Repositório contém o backend da aplicação.
cors express jest nodemailer prisma ts-node ts-node-dev typescript
Last synced: 12 Nov 2024
https://github.com/chinmoyt03/ai-shopping-list
Its aim is to take voice input from the web application and generate a shopping list including item name and quantity. It is a combined project (Data Science + Web development). For language processing NLP (spacy) is used.
cors flask json mysql nlp nodejs pydub python vuejs
Last synced: 15 Nov 2024
https://github.com/anveshnalimela/ead
This repository contains projects and documentation related to Enterprise Application Development (EAD) labs. It focuses on building robust, scalable, and secure applications tailored for enterprise environments.
cors crud css express html javascript mongodb mongodb-replica-set react vite
Last synced: 17 Nov 2024
https://github.com/shivamkumar24/lifestylestores.com-clone-backend
This repo is created for OutFit project backend deployment.
bcrypt cors dotenv express jsonwebtoken mongoose nodemon
Last synced: 07 Nov 2024
https://github.com/andrewjbateman/pern-stack-display
PERN Stack app
cors css3 express full-stack-application full-stack-web-development html5 material-ui nodejs pern-stack postresql react
Last synced: 07 Nov 2024
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: 31 Oct 2024
https://github.com/rohits05/rsx-bot
An AI-based web application, by resembling the features of ChatGPT with advanced GPT3 model API, gets the ability to answer for anything, and beyond stuff!
aiapplications-project aiapps cors dotenv express gpt-3 nodemon openai server-side-rendering vitejs
Last synced: 11 Nov 2024
https://github.com/vipinchaudhary31122002/bloggx
BloggX is a blogging website where user can post their blog.
bcryptjs bootstrap5 cors css3 expressjs html5 javascript mongodb mongoose nodejs react-router-dom reactjs
Last synced: 11 Nov 2024
https://github.com/tamoziit/geminitest
Google generative AI API Test
cors expressjs gemini-api nodejs
Last synced: 11 Nov 2024
https://github.com/fabianroy/expresso-emporium-server
PH Practice Project #12 - Server
backend cors crud crud-application crud-operation dotenv expressjs mongodb mongodb-atlas npm rest-api server
Last synced: 12 Nov 2024
https://github.com/hgschandeepa/recipies-app-mren-stack-
This is an app that users can save their own recipes and share with the community.
cors express jwt-authentication mongodb nodejs react tailwindcss
Last synced: 12 Nov 2024
https://github.com/vidhya0501/realestateapp
Real Estate Management Website
axios bcrypt bootstrap5 context-api cors dotenv expressjs jsonwebtoken mongodb mongoose multer nodejs react-bootstrap react-router-dom reactjs uuid
Last synced: 12 Nov 2024
https://github.com/vidhya0501/employeemanagement
Employee Management System using (React js, Node js, Express js, MySQL)
axios bcrypt bootstrap-icons bootstrap5 cookie-parser cors dotenv expressjs jsonwebtoken mysql nodejs react-router-dom reactjs
Last synced: 12 Nov 2024
https://github.com/vidhya0501/e-commerce-website
E-Commerce Website using MERN Stack
axios bcrypt chartjs cors dotenv expressjs jsonwebtoken mongoose multer nodejs nodemailer razorpay react-bootstrap react-chartjs-2 react-hot-toast react-icons react-router-dom reactjs uuid
Last synced: 12 Nov 2024
https://github.com/vidhya0501/music-player-benew
Online Music Player using MERN Stack - Backend
bcryptjs cloudinary cors dotenv expressjs fullstack-development jsonwebtoken mern-stack mongodb mongoose multer nodejs
Last synced: 12 Nov 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 Nov 2024
https://github.com/jonanv/gameofyear-firebase
Backend of gameofyear-angularjs
backend cors express firebase firebase-functions typescript
Last synced: 11 Nov 2024
https://github.com/tbalint1995/MERN-HealthTracker
Milyen gyümölcsöt / zöldséget ettél ma? - Gyakorlás
axios-react cors dotenv express monngdb nodemon
Last synced: 23 Oct 2024
https://github.com/sankalpafernando/cors-extends
cors cors-proxy express jest npm-package typescript
Last synced: 18 Nov 2024
https://github.com/rominalodolo/reacthookscrashcourse
React.js Hooks Crash Course by Maximilian Schwarzmüller.
Last synced: 13 Nov 2024
https://github.com/dikshant441/food-order
A food order application with multiples features that fetch live data through Swiggy's API.
api cors event-listener integration-testing javascript jest-tests jsx parcel-bundler react-testing-library reactjs redux-toolkit tailwind-css unit-testing usecontext vercel-deployment
Last synced: 13 Nov 2024
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: 13 Nov 2024
https://github.com/muskanmi/netflix-clone-backend
This repo contains the backend APIs of a web app created using ReactJS which can be used for streaming movies, tv shows, etc. like Netflix.
cors css expressjs html javascript mongodb nodejs router streaming-application web-api web-application
Last synced: 05 Nov 2024
https://github.com/haris-khan-durrani/corsbypass
In this code you can bypass any CORS issue by using your endpoint with anyurl it will remove your CORS error and will ressolve issue easily. Even you can use in iframe as well
cors cors-anywhere express expressjs nodejs
Last synced: 16 Nov 2024
https://github.com/shoaib-imrann/zenora
E-commerce Website using MERN stack
axios bcrypt cloudinary cors dotenv expressjs jwt-authentication mongodb multer nodejs razorpay-payment-gateway react-toastify reactjs stripe-checkout tailwindcss validator
Last synced: 29 Oct 2024
https://github.com/danitilahun/fcm_push_notification
This code snippet demonstrates the process of sending push notifications from a server using Firebase Cloud Messaging (FCM). It handles the notification sending procedure asynchronously within an Express controller, allowing targeted delivery to devices identified by FCM tokens.
cors expressjs fcm-push-notification
Last synced: 07 Nov 2024
https://github.com/mohaiminul375/gadget_hub_server
A full-stack functional based Gadget Product website(server_side)
Last synced: 09 Nov 2024
https://github.com/shivamkumar24/seat-reservation-backend
This repo is create for deploy backend of Seat Reservation Application.
cors expressjs mongoose nodemon
Last synced: 07 Nov 2024
https://github.com/jacksonsantin/shopping
Esse aplicativo tem a finalidade de diminuir o consumo de papel e poupar sua memória de precisar se lembrar de uma lista de compras
axios cors expo expo-google-fonts express github insomnia ionicons knexjs markdown-emoji nodejs npm react-native react-navigation sqlite ts-node typescript vscode yarn
Last synced: 18 Nov 2024
https://github.com/rajeshkumar7678/babybloom_backend
BabyBloom.com is a clone project inspired by FirstCry.com, this repository for the backend part like fetching the product from backend and logn signup
bcrypt cors express-js jsonwerbtoken mongodb mongoose nodejs nodemon
Last synced: 27 Oct 2024
https://github.com/mohaiminul375/furni-flex-server
https://furni-flex-server-rho.vercel.app/furniture
Last synced: 09 Nov 2024