Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 Jan 2025

https://github.com/furkan-dogu/productapi-2

This project is a RESTful API developed using Node.js and Express. The API interacts with a MongoDB database and is documented with Swagger.

cors dotenv expressjs mongodb mongoose nodejs redoc-express swagger-autogen swagger-ui-express

Last synced: 21 Jan 2025

https://github.com/furkan-dogu/blog-app-be

This project is a RESTful API developed using Node.js and Express. This API is designed for a Blog App project and handles blog, category, comment and like operations. The API interacts with a MongoDB database and is documented with Swagger.

cors dotenv express-async-errors expressjs mongoose nodejs redoc-express swagger-autogen swagger-ui-express

Last synced: 21 Jan 2025

https://github.com/furkan-dogu/stockapi

This project is a RESTful API developed using Node.js and Express. The API interacts with a MongoDB database and is documented with Swagger. It supports CRUD operations for auth, user, category, brand, firm, product, purchase, and sale sections, and secures transactions with token and JWT.

cors dotenv express express-async-errors jsonwebtoken mongodb mongoose nodejs redoc-express swagger-autogen swagger-ui-express

Last synced: 21 Jan 2025

https://github.com/furkan-dogu/productapi

This project is a backend application developed using Express.js and MongoDB. The application is capable of performing basic CRUD (Create, Read, Update, Delete) operations such as managing products and users. Additionally, it handles common needs like session management and error handling.

cookie-session cors dotenv express-async-errors expressjs mongoose nodejs redoc-express swagger-ui-express

Last synced: 21 Jan 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: 21 Jan 2025

https://github.com/mahamudm90/natours

An awesome tour booking web app written in NodeJS, Express, MongoDB πŸ—½

compression cors css3 expressjs helmet javascript json-web-token mongodb-atlas mongosse multer nodejs stripe-api validator

Last synced: 20 Jan 2025

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: 18 Jan 2025

https://github.com/hodinhtuankiet/trello-backend-express

A personal task management Web designed to help you stay organized and focused. With Trello App, you can effortlessly manage your daily tasks and prioritize your to-do lists to achieve your goals

aggregate axios babel cors express mongodb multer

Last synced: 27 Dec 2024

https://github.com/rusiththarindu/management-system-backend

This is a backend repository for a client management system

body-parser cors dotenv expressjs mongodb mongoose nodemon

Last synced: 23 Jan 2025

https://github.com/hacker1649/videocatchr

VideoCatchr lets you download your favorite YouTube videos with ease. Simply paste the link, and get your video saved directly to your device!

api backend cors css3 express frontend nodejs reactjs ytdl-core

Last synced: 20 Jan 2025

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: 18 Jan 2025

https://github.com/maximoospital/download-proxy

Demo for using a NuxtJS server as a proxy to avoid CORS-related trouble when downloading files form an external server.

axios cors download nuxtjs nuxtjs-template nuxtjs2 proxy v2

Last synced: 24 Jan 2025

https://github.com/nabilaferdousprapty/track-tonic-server

Track Tonic is a cutting-edge fitness app that empowers users to track progress, set goals, and engage with a vibrant community, promoting healthier lifestyles through advanced technology. This is the server side code

cors dotenv expressjs jwt mongodb nodejs stripe

Last synced: 26 Jan 2025

https://github.com/henrique1204/nodejs-typescript-api-mensagens

API desenvolvida em curso com NodeJS, TypeScript e MongoDB.

cors express javascript mongodb mongoose nodejs typescript

Last synced: 22 Dec 2024

https://github.com/pronoia9/tee-tailor

This dynamic 3D product website allows users to personalize their items with an innovative twist. Witness the magic as the latest AI technologies bring unique designs to life, enabling customers to tailor their products to perfection.

ai cloudinary cors dotenv expressjs fullstack gpt maath mern-stack mongoose nodemon openai react react-color react-three-drei react-three-fiber tailwindcss valtio vitejs

Last synced: 24 Jan 2025

https://github.com/abtaaahi/cholo-kini-api

A backend API for sending order confirmation emails.

cors expressjs nodejs nodemailer

Last synced: 17 Dec 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: 27 Dec 2024

https://github.com/chewbaccayeti/octo_games_metrics

This repo dedicated to data scrapping/parsing them into fronted side with Highchart.js statistics (SteamDB, RedditAPI)

ajax axios cheerio cors dotenv express hot-reload javascript momentjs nodejs nodemon parsing puppeteer react reddit scraping steam typescript webpack

Last synced: 10 Oct 2024

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/engcfraposo/bootcamp-gostack-conceitos-de-node-js

Project about my first test of the Gostack in TypeScript

api cors json testes typescript

Last synced: 29 Jan 2025

https://github.com/pronoia9/dall-elyse

Discover the extraordinary capabilities of DALL-E with DALL-Elyse, a full-stack MERN AI Image Generation App. Witness the fusion of art and technology as this showcase gallery presents awe-inspiring images generated by DALL-E. Explore the boundless possibilities of AI creativity.

cloudinary cors dotenv expressjs file-saver framer-motion fullstack mern-stack mongoose nodemon openai photoswipe react react-router-dom react-three-drei react-three-fiber shaders styled-components vitejs zustand

Last synced: 24 Jan 2025

https://github.com/rafaelvicio/helloionic2-api

API utilizada no aplicativo HelloIonic2. https://github.com/rafaelvicio/HelloIonic2

api api-rest cors express nodejs

Last synced: 23 Jan 2025

https://github.com/karthik2917k/zee5serve

repo maintain API's for zee5-cloned repo and this backend deployed on cyclic.sh

bcrypt cors express githuboauth googleoauth jwt mongodb nodejs oauth

Last synced: 25 Jan 2025

https://github.com/cedric-renais/projet_groupomania

CrΓ©er un rΓ©seau social d'entreprise avec REACT et SQL

bcrypt cors dotenv expressjs helmet jsonwebtoken multer mysql nodejs react sequelize

Last synced: 29 Jan 2025

https://github.com/reiver/corsproxy

A proxy server for adding permissive CORS headers.

cors cors-proxy cross-origin-resource-sharing

Last synced: 25 Jan 2025

https://github.com/yoshitunaiga/npi-backend

A backend server for the npi-medical-board using Mimilabs API

axios cors express nodejs

Last synced: 25 Jan 2025

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/rjtravelhelpline/backend-jts

Backend - Jaipur Taxi Service

cors express nodejs zod

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/mwakaambrose/moood-backend

This is the nodejs backend to any one of the moood clients

cors expressjs mysql nodejs sequelize

Last synced: 07 Dec 2024

https://github.com/reiver/go-cors

Package cors provides tools for working with Cross-Origin Resource Sharing (CORS), for the Go programming language.

cors cors-proxy cross-origin-resource-sharing

Last synced: 25 Jan 2025

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/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: 27 Jan 2025

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/dauntlessdev/basic-mern-web

simple application for integrating mern tech

axios cors fullstack mern nodemon

Last synced: 15 Dec 2024

https://github.com/misterowlpt/traefik-auth-api

A sample project that uses Traefik to control access to a federated REST API

cors restful-api traefik

Last synced: 31 Dec 2024

https://github.com/terieyenike/imagen-server

Express.js API designed to deliver random prompts seamlessly.

cors dotenv expressjs openai prisma xata

Last synced: 19 Dec 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/gustavocstl/serverless-meetup-api-proxy

Service to Meetup API which abstract OAuth from client side.

aws-lambda cors cross-browser meetup-api nodejs serverless

Last synced: 30 Jan 2025

https://github.com/sashee/signed_urls_cors

Testing different configurations of domains and CORS headers when redirecting to an S3 signed URL

aws cloudfront cors

Last synced: 29 Jan 2025

https://github.com/hrmrakib/scic-task-server

It's a simple task get from Programming Hero.

cors dotenv expreesjs mognodb nodejs

Last synced: 07 Dec 2024

https://github.com/hrmrakib/animal-caring-server

It's full-stack pet adoption management website (Server Side Code). Pet adoption site with Stripe donations, user/admin dashboards, secure roles.

cors dotenv expressjs mongodb stripe

Last synced: 07 Dec 2024

https://github.com/mdsajalali/identity-hub-server

Identity Hub MERN stack CRUD project server side

cors dotenv express mongodb nodejs

Last synced: 07 Dec 2024

https://github.com/jumarinr/salud-ocupacional-back

Proyecto de requisistemas

body-parser cors mongoose

Last synced: 23 Jan 2025

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/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: 18 Dec 2024

https://github.com/varreltantio/text-to-image-openai

This project implements Image Generation on OpenAI API by using Node JS as backend with React JS as frontend.

cors express nodejs openai reactjs

Last synced: 31 Dec 2024

https://github.com/monikas5/mediabackend

Media content management system backend

cors dotenv expressjs mongodb mongoose multer nodejs nodemon render

Last synced: 25 Jan 2025

https://github.com/oteku/bs-cors

bs-cors is a Buckelscript binding to cors middleware

buckelscript-binding cors express reasonml

Last synced: 15 Dec 2024

https://github.com/masaok/cors-proxy-server

Proxy Server for fetching API URLs to bypass CORS warnings

cors express nodejs

Last synced: 29 Jan 2025

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: 11 Jan 2025

https://github.com/kibria-khandaker/simple-book-catalog-react-redux-ts-backend

It is a backend part of fronted, if want to check Frontend Visit Frontend Live link, Also Backend Server Live link in README file description for checking

bcrypt cors dotenv express http-status-codes jsonwebtoken mongoose ts-node-dev typescript

Last synced: 26 Jan 2025

Cross-origin resource sharing (CORS) Awesome Lists
Cross-origin resource sharing (CORS) Categories