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-10 00:05:53 UTC
- JSON Representation
https://github.com/rakrishna16/authentication_authorization
Node JS User Authentication and Authorization with Bearer Token.
cors dotenv express jsonwebtoken node nodemon
Last synced: 06 Jan 2025
https://github.com/talhat298/surgical-server
SurgicalSavvy Server is a backend service built with Node.js, Express, and MongoDB. This project is designed to manage surgical services and orders, providing a RESTful API for interacting with the data.
api cors javascript mongodb nodejs reactjs
Last synced: 19 Dec 2024
https://github.com/kalai64/backend
My Computer = Backend Code
cors expressjs moongose nodejs
Last synced: 19 Nov 2024
https://github.com/neelakandanv/mycrm-be
MyCrm - A Simple and Secure CRM App with tokenized requests and role based authorizations.
bcryptjs cookieparser cors dotenv expreesjs git github javascript jwt mongodb-atlas mongoose nodejs nodemailer nodemon postman render
Last synced: 18 Nov 2024
https://github.com/bruno-c-p/rocket-movies
A fullstack app built with React and Node.js where users can register movies by adding a name, description, rating, and tags. This app helps organize and categorize movies in a simple way.
axios bcryptjs cors dotenv eslint express jest jwt knex multer nodejs phosphor-icons pm2 prettier react sqlite tailwindcss vite
Last synced: 06 Dec 2024
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: 19 Dec 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: 11 Jan 2025
https://github.com/sayanbanerjee-007/my_tube_backend
Working on building REST API for MyTube a clone of YouTube
bcrypt cloudinary cookie-parser cors expresssjs jsonwebtoken mongoose multer pagination
Last synced: 19 Nov 2024
https://github.com/bkpecho/quote-generator
This responsive quote generator, built using HTML, CSS, and JavaScript, features modern and professional-looking repeatable SVG background patterns from Hero Patterns. The Forismatic API is used for dynamic quote retrieval and easy content updates, while Twitter web intent is integrated for easy sharing of inspiring quotes.
api async-await cors css3 css3-animations flexbox html5 javascript twitter-web-intents
Last synced: 14 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/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/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/willdarkins/sticky-quips-backend
Backend & database production for note taking application that resembles a sticky note format attaching links and short reminders
body-parser cors dotenv express mongodb mongoose nodejs
Last synced: 24 Nov 2024
https://github.com/willdarkins/file-share-backend
Backend & database production for a file sharing application built with NEXT.js allowing users to download & send files to friends via links
body-parser cloudinary cors dotenv express mongodb mongoose multer nodemailer typescript
Last synced: 24 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/obaedulislam/car-hub-server-two
Car Hub Node, MongoDB & Express server & Implement JWT
Last synced: 28 Nov 2024
https://github.com/seifsheikhelarab/ts-rest-api
A TypeScript-based REST API for user authentication and management with JWT-based authentication, bcrypt password hashing, and secure session handling.
bcrypt body-parser compression cookie-parser cors crypto dotenv express-js http jsonwebtoken lodash mongodb mongoose morgan node-js typescript
Last synced: 19 Dec 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/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: 15 Dec 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/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/abhich21/simplifi
A basic login template app for any website including frontend and backend.
axios cors expressjs mongoose nodejs notistack react-router-dom reactjs styled-components
Last synced: 19 Dec 2024
https://github.com/2o3t/koa2-proxy-middleware
http proxy middleware for koa2
2o3t cors http http-proxy-middleware https koa koa-proxy-middleware koa2 koa2-proxy-middleware middleware proxy
Last synced: 24 Nov 2024
https://github.com/rob-blackbourn/bareasgi-cors
CORS support for bareASGI
asgi asyncio bareasgi bareasgi-cors cors cors-support python web
Last synced: 19 Dec 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/ashimasaini45/authentication-apis
Tech Stack: Express.js(Backend), MongoDB(Database)
axios bootstrap cors nodemailer plugins-api react-router
Last synced: 19 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/jpblicer/metal-api
Ruby Backend API for storing Metal Bands
Last synced: 22 Nov 2024
https://github.com/tanveerahmed4545/ta-fashion-server
Ta Fashion is a meticulously designed Single page Fashion website created with React, React Router, and Tailwind CSS, featuring a user-friendly layout and original design.It includes essential pages like Home and Login/Register.
Last synced: 19 Nov 2024
https://github.com/tonyycruz/django-recipes
Neste projeto, foi desenvolvida uma aplicação full stack de um site de receitas utilizando Django Web Framework e Django Rest Framework possibilitando fazer um CRUD de receitas com um controle por parte dos administradores.
cors django django-rest-framework django-testing pillow pytest python python3 rest-framework selenium simple-jwt unit-testing
Last synced: 28 Nov 2024
https://github.com/dodul01/teamvist-server
The server-side codebase for TeamVista Employee Management Website is responsible for handling backend logic, database interactions, and API endpoints.
api cors expressjs middleware mongodb nodejs
Last synced: 19 Dec 2024
https://github.com/patmaz/publicapi
API with JWT authentication + websockets + data scraping
api bcrypt cors crud data-scraping firebase graphql jwt jwt-authentication nodejs real-time websockets
Last synced: 19 Nov 2024
https://github.com/dodul01/bookease-server
The BookEase Server Repository is the backend foundation of the hotel booking website, responsible for handling user authentication, room booking processes, and the management of user reviews.
cors express-js middleware mongodb nodejs-server nodejsapi
Last synced: 19 Dec 2024
https://github.com/camruthav/bookstore-app_mern
Bookstore App Using MERN Stack
cors crud mern-stack vite webdevelopment
Last synced: 22 Dec 2024
https://github.com/marcelo-rafael/nlw_heat_node
Repository for the project developed at NLW-Heat-Back, on the Impulse Trail.
axios cors dotenv express jsonwebtoken nodejs prisma socket-io ts-node-dev tyoescript
Last synced: 14 Nov 2024
https://github.com/washira/express-guides
Advanced Express.js guides with multiple features
cookie-parser cors express jwt mysql2 nodejs
Last synced: 19 Nov 2024
https://github.com/luiggi-piero/mern-crud-auth-tasks
Backend del sistema Task Manager
bcryptjs cookie-parser cors express javascript jsonwebtoken mongoose morgan node nodemon zod
Last synced: 07 Dec 2024
https://github.com/bytebigboss/bcors
A CORS utility library for Java web applications.
Last synced: 29 Nov 2024
https://github.com/sharpwit/server-for-test
A webserver docker container based on express for testing RESTful app
cors docker express javascript nodejs webserver
Last synced: 24 Nov 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/balakrishnan-10/nodejs-5-password-reset-flow
Password Reset Flow Task using Nodemailer
bcryptjs cors dotenv expressjs jsonwebtoken mongodb-atlas mongoose nodemailer nodemon postman vscode
Last synced: 13 Nov 2024
https://github.com/toorop/ipfs-proxy
An IPFS reverse proxy that handle CORS (especially preflight), authentification, access rules, and more...
authentication cors ipfs reverse-proxy
Last synced: 24 Dec 2024
https://github.com/belchenkov/devcamper_nodejs
This is a project based course where i build an extensive, in-depth backend API for DevCamper, a bootcamp directory app.
bcryptjs colors cookie-parser cors crypto dotenv express-fileupload express-mongo-sanitize express-rate-limit expressjs helmet hpp jsonwebtoken mongodb mongoose morgan nodejs nodemailer slugify xss-clean
Last synced: 05 Jan 2025
https://github.com/joaomni/devradar
🗺️ exibir devs próximos por geolocalização no maps
api cors expo-cli expressjs mongod mongoose react-hooks react-native react-navigation react-router reactjs stylesheet
Last synced: 13 Nov 2024
https://github.com/joaomni/next-level-week1
♻️ Ecoleta
cors express nodejs sqlite typescript
Last synced: 13 Nov 2024
https://github.com/taiseen/um
Universe Management
cors express global-error-handling interface micro-service middleware model mongoose rest-api router schema validation zod
Last synced: 13 Nov 2024
https://github.com/flipeador/node-http-cors
Simplifies the handling of Cross-origin Resource Sharing.
cors cross-origin-resource-sharing express javascript middleware nodejs
Last synced: 14 Nov 2024
https://github.com/sae0-3/cors-solutions
Solución al problema de CORS
cors nginx nodejs proxy reverse-proxy vanillajs
Last synced: 13 Nov 2024
https://github.com/florian-catalin-elisei/realtime-chat-application
This is a straightforward realtime chat application created using React for the frontend and Node.js with Socket.IO for the backend. Users have the ability to join distinct chat rooms and engage in realtime communication.
cors css express html javascript query-string react react-router-dom react-scroll-to-bottom socket-io socket-io-client
Last synced: 19 Dec 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/carolinasfreitas/trucksystem-api
Trabalho #3 de Desenvolvimento de APIs | Recursos de Segurança | Cadastro de Usuário | Login | Criptografia e Token | CRUD | Pesquisa
bcrypt cors dotenv express javascript jsonwebtoken md5 mysql node nodemailer nodemon sequelize
Last synced: 14 Nov 2024
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: 13 Nov 2024
https://github.com/kaiocass/pizzaria
cors expressjs jwt-authentication multer nextjs nodejs prisma reactjs sass typescript yarn
Last synced: 13 Nov 2024
https://github.com/arthurdsant/crud-sql
Full Stack project based on several technologies for its construction such as React, Vite.Js, Javascript, Styled-Components, Node.Js Nodemon, Express and MySQL.
cors css3 express javascript mysql nodejs nodemon reatctjs styled-components vite
Last synced: 13 Nov 2024
https://github.com/akashd7892/crud_api_rudra_innvo
CRUD_API
cors ejs-templates expressjs jwt mongodb-atlas mongoose nodejs
Last synced: 19 Nov 2024
https://github.com/gabrielfduarte/restwithspringboot
Rest with Spring Boot - Udemy
cors docker docker-compose dozer flyway hateoas java java11 jpa jpa-hibernate jwt migrations mvc mysql spring spring-boot spring-security springboot2 swagger travis-ci
Last synced: 16 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/alper-sayin/currency-exchange-dashboard
Currency Exchange Dashboard- Django REST Framework+React
cors css django django-rest-framework postgresql react react-hooks reactjs reactjs-components recharts-js restful-api serializer-django serializers viewsets
Last synced: 24 Nov 2024
https://github.com/akashp73387/task-management-app-project---backend
A Task Management App is a digital tool designed to help individuals and teams organize, prioritize, and track tasks efficiently.
bcryptjs cors dotenv express jsonwebtoken mongoose nodemailer
Last synced: 14 Nov 2024
https://github.com/akashp73387/project-realestate-backend
This repo contains Back End code for the Real-Estate Website. Built using MERN Stack.
bcrypt cors expressjs jwt-authentication mongoose node-js nodemon render
Last synced: 14 Nov 2024
https://github.com/roy7077/awsar
Awsar is a MERN project designed to streamline the internship application process. Students can easily search and apply for internships, while admins can effortlessly post new opportunities. Built with Node.js, Express.js, React.js, and MongoDB Atlas, and deployed on Render and Netlify for scalability and efficiency
bcrypt cloudinary cookie-parser cors dotenv express-fileupload expressjs jwt-authentication mongodb mongoose nodejs nodemailer nodemon otp-authentication otp-generator reactjs
Last synced: 16 Nov 2024
https://github.com/roy7077/sarswati
Sarswati Backend is a Node.js application built with Express and MongoDB, designed to support an educational platform with roles for students, instructors, and administrators. It includes features for user authentication, course management, payments, and more
bcrypt cloudinary cookie-parser cors dotenv express-fileupload express-js jwt-authentication mongodb mongoose nodejs nodemailer otp-generator razorpay render
Last synced: 16 Nov 2024
https://github.com/sharmasanchay/onlinecodecomplier
The Online Code Compiler is a powerful web application that allows users to write, compile, and execute code in various programming languages directly from their browser. Built with React.js, Node.js, Express.js, and MongoDB, it supports multiple languages, real-time output, making it an essential tool for coding enthusiasts.✨👍
backend c cors cpp css express java javascript mongdb nodejs pytho reactjs
Last synced: 07 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/jailsonsf/stant-test
Organizador de palestras, consiste em uma api que recebe um arquivo com uma lista de propostas de palestra e retorna as palestras organizadas por horário
axios cors express javascript multer nodejs nodemon react vite
Last synced: 24 Nov 2024
https://github.com/guilhaof/gsystem-api-node
Backend do sistema Gsystem com Nodejs,Express,Prisma , WebToken - Obs ainda e construcao a⚠️❗
bcript bcryptjs cors express json-api jsonwebtoken mysql nodejs postgresql prisma prisma-client prisma-studio typescript
Last synced: 10 Jan 2025
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: 15 Nov 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/emmanuel-ezekiel/backend-resturant-review
backend for the restaurant-review using NODE,CORS,EXPRESS AND Mongo
Last synced: 16 Nov 2024
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/canaxs/nodejs-app
bodyparser client cors mongodb nodejs reactjs server
Last synced: 19 Nov 2024
https://github.com/sauraverse/google-docs-clone
React based Text-editor with real-time collaboration in document editing implemented using socket.io
cors create-react-app mongodb mongoose nodejs quilljs react socket-io
Last synced: 15 Nov 2024
https://github.com/sohanemon/express-ts
Express TypeScript Starter designed to be a comprehensive template for building high-quality web applications using Express with TypeScript.
cookie-parser cors eslint express filebaserouting helmet husky morgan nodejs nodemon prettier ts-node typescript
Last synced: 15 Nov 2024
https://github.com/paulshpilsher/instalike
Instagram-like Go-based REST API backend webservice.
cors docker docker-compose go gofiber golang jwt jwt-authentication postgres postgresql rest rest-api restapi rsa sqlx swagger
Last synced: 16 Nov 2024
https://github.com/pranambhat/cors-policy
CORS policy | Browser | Google Chrome | Access Denied
access browser browser-extension cors cors-proxy cors-request denied extension extensions googlechrome localhost moesif policy
Last synced: 30 Nov 2024
https://github.com/smilevp/shopify_backend
Shopify_Backend using Expressjs and Mongodb. I have deployed this repository in render.
bcryptjs cors dotenv express jsonwebtoken mongodb mongoose nodemailer nodemon razorpay validator
Last synced: 04 Jan 2025
https://github.com/galibri/express-js-rest-api
REST API with express-js and Node.js
bcrypt-nodejs bcryptjs body-parser cors express-js express-middleware expressjs jwt jwt-authentication mongodb mongoose nodemon rest-api restful-api
Last synced: 16 Nov 2024