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-12-25 00:05:47 UTC
- JSON Representation
https://github.com/dadangdut33/personal-web-backend
Server code of my personal web
cors express nodejs swagger typescript
Last synced: 09 Oct 2024
https://github.com/github30/express-cors-anywhere
CORS Proxy via Deta
cors cors-anywhere cors-proxy deta deta-cors deta-micros
Last synced: 22 Dec 2024
https://github.com/florian-catalin-elisei/pdf-generator
This application combines React on the client side and Puppeteer with Express on the server side to generate PDF receipts. React, along with Axios, handles user input and HTTP requests, while Puppeteer on the server side creates PDFs using the submitted data.
axios cors css express file-saver html javascript puppeteer react
Last synced: 19 Dec 2024
https://github.com/sujoncoder/database_authentication
body-parser cors dotenv express-js mongodb mongodb-atlas mongoose node-js nodemon
Last synced: 11 Nov 2024
https://github.com/sujoncoder/express_js
body-parser chalk cors dotenv express-js middleware morgan multer-storage mvc-architecture nodemon
Last synced: 11 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: 21 Nov 2024
https://github.com/amanmandal-m/mock_8_backend
This is a OLX classifieds Backend App here user can register and login with valid credentials and they can view products page and also add product ,edit product and delete the product and sorting ,filtering and pagination is also available.
bcrypt cors express-js jsonwebtoken mongoose node-js swagger-docs swagger-ui
Last synced: 07 Nov 2024
https://github.com/ajsalemo/omdb-graphql-apollo
Movie listing's application that pulls data from the OMDb API. This is a React application with an express backend, using an GraphQL server and Apollo
api apollo axios cors dotenv express graphql jsx material-ui omdb persistent-storage react server single-page-app
Last synced: 07 Nov 2024
https://github.com/bscript07/furniture-restfull-api
Furniture RESTfull API JS Back End
ajax client client-server client-server-architecture cors crud javascript json server
Last synced: 21 Nov 2024
https://github.com/deepashrisg/studentmanagement
A Node.js app to manage student data with secure authentication, MongoDB integration, and APIs for student operations.
cors express mongodb mongoose nodejs nodemon-express
Last synced: 15 Dec 2024
https://github.com/trevor4n/hurdle-backend
Backend for: https://github.com/trevor4n/hurdle
api cors express node-fetch rest
Last synced: 25 Nov 2024
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: 12 Dec 2024
https://github.com/rjtravelhelpline/backend-jts
Backend - Jaipur Taxi Service
Last synced: 15 Dec 2024
https://github.com/temurbek2310/swagger_express_js
Practice Express js and Swagger ui for managing products.
bcrypt cors express-js swagger-ui
Last synced: 15 Dec 2024
https://github.com/takbirgazi/oclub-server
This Server Using Modular Design Pattern
cors dotnet express modular modular-design mongodb nodejs
Last synced: 21 Nov 2024
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: 21 Nov 2024
https://github.com/nitinkondhari03/electroshop
ElectroShop is an online platform that sells electronic items, including mobile phones, laptops, earbuds, earphones, smartwatches, and other gadgets.
bycrypt-js cashfree cloudinary cookies cors crypto dotenv express-js firebase jsonwebtoken mongodb mongoose node-js nodemailer react-icons react-js react-router-dom redux-toolkit tailwind-css
Last synced: 25 Nov 2024
https://github.com/saeidsaadatigero/ai-app
AI Question Answering from PDF
bootstrap5 cors fitz flask html-css-javascript huggingface pyngrok python python3 transformers ubuntu
Last synced: 14 Dec 2024
https://github.com/el-sherbini/lens
Social-media MERN Stack application, built with MongoDB, Express.js, React.js, Node.js, Redux, Material UI.
axios bcrypt cors expressjs googlelogin jwt mongodb mongoose nodejs reactjs redux redux-thunk social-media validator
Last synced: 22 Nov 2024
https://github.com/ajeeth9895/url_shortner-backend
Url-shortener backend
bcrypt cors express-generator jwt-token mangoose mongodb nodemailer nodemailer-mailgun-transport shortid
Last synced: 22 Nov 2024
https://github.com/amanmandal-m/triveous-ecommerce-backend
Our backend powers an e-commerce platform. It handles user management, product operations, shopping carts, order processing, and more. Built with Node.js, Express.js, and MongoDB, it's designed for scalability and integration with your frontend.
aws-ec2 bcrypt cors dotenv ejs express-js jsonwebtoken mongoose node-js nodemailer twillio
Last synced: 07 Nov 2024
https://github.com/ayusharma-ctrl/backend-todoapp-node-express-mongo
This is a backend project for a Todo application built with Node.js, Express, and MongoDB. It provides multiple APIs for users and tasks, allowing users to register, login, update password, delete account && add, delete, update, and view tasks.
bcrypt cookie-parser cors dotenv express jsonwebtoken mongodb-atlas mongodb-compass mongoose nodejs
Last synced: 07 Dec 2024
https://github.com/harshkapadia2/flask-jwt-cors
A demo for working with JWTs, testing the Flask-JWT-Extended package and implementing CORS.
cors flask flask-jwt-extended jwt
Last synced: 13 Dec 2024
https://github.com/theycallherlou/hapiapi
This directory is the express server for the web window.
babel cors eslint express helmet jest typescript typescript-eslint
Last synced: 13 Dec 2024
https://github.com/cosmosgenius/twitter-proxy
Twitter api proxy with cors support
api cors proxy twitter twitter-proxy
Last synced: 25 Dec 2024
https://github.com/renatobritodev/consuming-api
Mini project to consuming api.
api axios cors express javascript nodejs nodemon
Last synced: 22 Nov 2024
https://github.com/amanmandal-m/githuboauth_backend
This is Github Oauth Backend and Frontend if any Node developer wants to add in own project so you can easily use this repo and read docs for further information.
colors cors dotenv express-js express-session mongoose node-js nodemon passport passport-github2 render
Last synced: 07 Nov 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: 22 Nov 2024
https://github.com/rishavconsolelog21/dealsdray
This repo is for DealsDray Task, whose Tech Stack in the MERN Stack. Which have User Register, Login and Logout and Employee management system
bcryptjs cors express-js javascript jwt-authentication mongodb reactjs
Last synced: 22 Nov 2024
https://github.com/tanjubozok/net8demoapp
It is a n-tier .NET8.0 WebAPI project created for testing purposes.
automapper bogus bootstrap5 cors efcore8 fluent-api fluentvalidation http-client httpclientfactory jwt jwt-auth jwt-authentication jwt-token n-tier n-tier-architecture net8 postgresql repository-pattern serilog web-api-core
Last synced: 25 Nov 2024
https://github.com/amanmandal-m/hair_salon_backend_render
This is Hair Salon Booking Appointment System Backend here user can register with valid credentials and also they can login and view the stylers and services and book appointement by their choice.
bcrypt cors express-js jsonwebtoken mongoose node-js
Last synced: 07 Nov 2024
https://github.com/sumansauravmay/addan_digital_solution_profile
This is a full stack app for the user profile where user can register, login, see his profile, logout and delete his the profile.
axio bcrypt chakra-ui cors css env expressjs html javasc jsonwebtoken mongodb-atlas mongoose nodejs nodemon react-hooks react-router-dom reactjs
Last synced: 22 Nov 2024
https://github.com/acsbitmen/login-backend
Este proyecto es un backend para un sistema de autenticación y gestión de usuarios (CRUD) desarrollado con Node.js, Express, y PostgreSQL. Proporciona una API segura que permite a los usuarios iniciar sesión, y ofrece funcionalidades de administración de usuarios para aquellos con el rol de administrador.
body-parser cors dotenv express-js express-rate-limit javascript jsonwebtoken nodejs pg sql
Last synced: 22 Nov 2024
https://github.com/routbullet/auth-mern
auth-mern is a full-stack application developed with the MERN stack (MongoDB, Express, React, Node.js) designed to illustrate user authentication and authorization. This project features separate backend and frontend directories to maintain a clean separation of concerns, ideal for learning and understanding MERN stack development.
cors dotenv expressjs full-stack js-cookie jsonwebtoken login-system mern-stack middleware mongodb moongose nodejs nodemon react react-router-dom restful-api scripts styled-components typescript vite
Last synced: 19 Dec 2024
https://github.com/himanshuraj98/speak-chat-app
A real-time chat application built using Node.js, Express.js, and Socket.io on the server-side, and HTML, JavaScript, and the Socket.io client library on the client-side.
cors express-js nodejs reactjs socket-io
Last synced: 22 Nov 2024
https://github.com/hugovarellaa/project-full-stack
Back-end
axios cors dotenv express jsonwebtoken nodejs prisma socket-io ts-node-dev typescript
Last synced: 23 Dec 2024
https://github.com/atikur-24/mvc-architecture-template
MVC ARCHITECTURE TEMPLATE FOR EXPRESS SERVER
bcrypt cors expressjs jsonwebtoken mongoose nodejs
Last synced: 22 Nov 2024
https://github.com/carloshenriquefs/scheduling-financial
💵 - Scheduling financial transfers
cors h2-database hibernate java11 transfer
Last synced: 22 Nov 2024
https://github.com/zrnik/php-slim-cors
Slim Framework 4 CORS Middleware
cors middleware php php8 slim-framework slim4
Last synced: 22 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/hattorikanto/epress-anime_characters-crud_server
The CRUD server for anime characters
cockroachdb cors expressjs nodejs postgresql prisma-orm typescript vercel
Last synced: 20 Dec 2024
https://github.com/praveenkumar8754/colour-suggestions-be
Daily dress colour suggestions for women
bcryptjs cors express mongoose nodejs nodemailer nodemon
Last synced: 22 Nov 2024
https://github.com/praveenkumar8754/password-reset-backend
This page was used to reset your password
bcryptjs cors dotenv expressjs html-css-javascript jwt-token mongoose nodejs nodemailer nodemon
Last synced: 22 Nov 2024
https://github.com/praveenkumar8754/password-reset-flow-backend
This page helps to reset your password.
bcryptjs cors expresjs html-css-javascript mongose nodejs nodemailer nodemon
Last synced: 22 Nov 2024
https://github.com/chiragyadav2003/news-rest-api
This is the backend API for the Master Backend project, built with Express, Prisma, Redis, BullMQ and various other libraries to handle authentication, file uploads, rate-limiting, and more.
access-token bullmq caching cookie-parser cors express fileupload javascript nodejs nodemailer postgresql ratelimit redis refresh-token vinejs winston-logger
Last synced: 17 Dec 2024
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: 18 Dec 2024
https://github.com/isabelamoraes/nlw02
axios cors expo express google-fonts javascript knex nodejs react-native react-navigation reactjs typescript
Last synced: 22 Nov 2024
https://github.com/isabelamoraes/ignite-reactjs-auth
axios cors express jsonwebtoken jwt-decode nextjs nookies reactjs typescript uuid
Last synced: 22 Nov 2024
https://github.com/sashee/signed_urls_cors
Testing different configurations of domains and CORS headers when redirecting to an S3 signed URL
Last synced: 01 Dec 2024
https://github.com/fightiiing/ecommerce
Ecommerce site
bootstrap cors express html-css-javascript router-dom stripe usecontext-hook usestate-hook
Last synced: 22 Nov 2024
https://github.com/mohansahu18/nodejs-production-template
🌟 Node.js Production Setup Template This repository serves as a template for creating robust and production-ready Node.js applications. It incorporates best practices, essential tools, and modern development workflows to streamline your project setup!
commitlint cors cros-env eslint expressjs helmetjs husky javascript mongodb mongoose nodejs nodemon prettier production rate-limiter typescript winston-logger
Last synced: 23 Nov 2024
https://github.com/jumarinr/salud-ocupacional-back
Proyecto de requisistemas
Last synced: 22 Nov 2024
https://github.com/parthmodi23/mystore
E-commerce Website with MERN Stack
api api-rest cors e-commerce-project easy express mongodb nodejs reactjs
Last synced: 22 Dec 2024
https://github.com/reiver/corsproxy
A proxy server for adding permissive CORS headers.
cors cors-proxy cross-origin-resource-sharing
Last synced: 25 Nov 2024
https://github.com/ajmalfaris11/ajus-elearning-server
Backend server for the AJUs-Elearning platform, built with Node.js, Express, and MongoDB. Implements user authentication, course management, assignments, and real-time features with Redis caching and TypeScript support.
api authentication backend cookie-parser cors ejs-templates elearning express full-stack jwt learning-dashboard mongodb mongoose nodejs redis rest-api typescript typescript-development web-development
Last synced: 17 Dec 2024
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: 15 Nov 2024
https://github.com/kkurzawa/led-detroit-server
Server for Led Detroit Website
backend-api cors expressjs mongodb mongoose nodejs render server
Last synced: 25 Nov 2024
https://github.com/heliolj/nlw-setup-ignite
Aplicação de Hábitos feito no Evento NLW (Trilha Ignite) pela Rocketseat. 🚀💜
cors expo fastify figma nativewind nodejs prisma radix-ui react react-native sqlite tailwindcss typescript vite
Last synced: 25 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/rafiul29/proxima-server
Proxima is a user-friendly project management application built using the MERN stack. With Proxima, users can create, edit, and delete projects with ease. The application features secure JWT authentication and frontend protected routes to ensure user privacy and security.
bycrypt cors devenv expressjs jwt mern-stack mongodb nodejs project-management react validator
Last synced: 25 Dec 2024
https://github.com/samyc2002/url-shortener-microservice
A project implementing URL Shortener Microservice
cors express javascript mongodb
Last synced: 17 Dec 2024
https://github.com/shivamkumar24/dataneuron
The DataNeuron Frontend Interface facilitates the interaction with the backend API through a user-friendly web application. It features three primary resizable components, each dedicated to specific functionalities: adding data, updating data and showing operation counts.
axios chakra-ui cors dotenv express mongodb mongoose nodemon react react-resizable
Last synced: 07 Nov 2024
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: 18 Dec 2024
https://github.com/ertugrulsertaslan/real-time-chat
Realtime chat app made with ReactJS and socket.io.
cors express-js reactjs socket-io tailwindcss vite
Last synced: 24 Dec 2024
https://github.com/ertugrulsertaslan/taskguard
This application is designed to manage tasks with different user roles and permissions.
axios cors docker dotenv express-js jwt-authentication material-ui postgresql prisma reactjs reactrouter vite
Last synced: 24 Dec 2024
https://github.com/bunji2/gocors
Sample of CORS using GoLang (described in Japanese)
Last synced: 24 Dec 2024
https://github.com/ertugrulsertaslan/product-management
This project is an e-commerce application with admin and user roles.
cors docker dotenv express-js material-ui multer postgresql prisma react vite webpush-notifications
Last synced: 24 Dec 2024
https://github.com/theayushmajumdar/todotask-aws
"Fullstack Todo App using React, Node.js, and AWS" A modern Fullstack Todo app built with React and Node.js, leveraging AWS services like DynamoDB, Lambda, and Amplify for seamless cloud deployment.
aws-amplify aws-lambda cors dynamodb nodejs react
Last synced: 18 Dec 2024
https://github.com/olyathecute/localchat-server
Server for real time chat
cors express nodemon socket-io
Last synced: 29 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/vitinho163/food-explorer-backend
Back-End do projeto Food Explorer.
bcryptjs cors express jest jsonwebtoken knex multer nodejs nodemon swagger swagger-ui
Last synced: 18 Dec 2024
https://github.com/0xabdulkhaliq/pixelhunt-backend
cors express mongoose rest-api
Last synced: 08 Nov 2024
https://github.com/speedkillsx/react-todo-list
Todo List client/server application using React, NodeJs and MySQL
cors expressjs javascript mysql nodejs react
Last synced: 25 Dec 2024
https://github.com/salman-faris-pk/bookstore_backend
creates backend of bookstore app
cors express-js mongodb mongoose node-js nodemon postman
Last synced: 18 Dec 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/calebcadainoo/webscrapper
Web scrapper built for fun
cheerio cors express nodejs webscraper
Last synced: 24 Dec 2024