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-facewithin 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: 2026-06-20 00:06:36 UTC
- JSON Representation
https://github.com/tirthajyoti-ghosh/college-metrics-backend
API for college metrics dashboard frontend
cors expressjs mongodb mongoose
Last synced: 07 Apr 2026
https://github.com/nitins87/rest-api-typescript
A REST API boilerplate written in TypeScript with Express, Jest, Supertest, ESLint, Prettier, ESLint, Nodemon, Debug, Winston, Morgan, Helmet, Cors, Dotenv, Zod, and more.
api cors debug eslint express helmet jest morgan nodejs-api nodemon prettier rest-api supertest types winston zod
Last synced: 11 Apr 2026
https://github.com/pedro-donoso/test
REACT CRUD: El usuario puede Crear, Leer, Actualizar y Borrar elementos de una base de datos en Postgresql, se visualizan los cambios en el FrontEnd en una tabla de Bootstrap y utilizo React
bootstrap cors crud express front-end frontend node nodejs nodemon pg react
Last synced: 11 Apr 2026
https://github.com/ankurjaiswalofficial/django-api-auth
Django Rest API Security using Middlewares and CORS Headers along with TOKEN, SESSION, BASIC AUTH, APIKEY and HAWK Authentications
apikey-authentication cors django django-cors-headers django-rest-framework express-js hawk-api middleware node-server session-authentication token-authetication
Last synced: 16 May 2026
https://github.com/kareimgazer/weatherapp
A simple weather app using JavaScript and open Weather Map API
api body-parser cors css express html5 http javascript nodejs weather
Last synced: 11 Apr 2026
https://github.com/mxrk/macos_nginx
local nginx reverse proxy for macos
cors docker macos nginx osx proxy reverse reverse-proxy reverseproxy
Last synced: 15 Apr 2026
https://github.com/eltonlazzarin/ecoleta
Ecoleta is a fullstack application that helps people save the planet in a very simple way, just recycling
axios backend-api cors ecoleta-booster ecoleta-nlw expo-location expo-mail-composer expo-typescript-template express knex node-typescript nodejs react-components react-icons react-leaflet react-typescript reactjs recycling smart-ideas sqlite3
Last synced: 13 Apr 2026
https://github.com/cpilson/yelp-fusion-api-test
Yelp Fusion API Test
api cors heroku-instance react react-router reactjs redux tutorial tutorial-code yelp yelp-api yelp-fusion-api
Last synced: 09 Apr 2026
https://github.com/codezaura/JavaScript-Backend-Setup
Experience an amazing setup guide for your backend with JavaScript | This is a just a reference copy of the Ultimate Backend Series by Hitesh Sir 🔥 on the Chai aur Code ☕ YouTube Channel
bcrypt cloudinary cookie-parser cors datamodelling environment-variables expressjs jwt mongodb mongoose mongoose-aggregate-paginate-v2 multer nodejs nodemon postman schema
Last synced: 30 Dec 2025
https://github.com/marella/shr
Simple HTTP requests for browser. "Simple requests" don't trigger a CORS preflight.
ajax browser cors http-client xhr
Last synced: 25 Aug 2025
https://github.com/khairul-islam98/library-management-system-backend
The Library Management System is a comprehensive backend solution designed to streamline the management of library operations
cors expressjs nodejs postgresql prisma-orm typescript
Last synced: 04 Apr 2026
https://github.com/filipemeneses/express-cors-request-proxy
Express cors proxy using request
cors expressjs json-api proxy serverless
Last synced: 07 Apr 2025
https://github.com/rajharit77/delta-hotel-back-end
Ceci est une repository pour la face caché du site ou backend(avec API) de mon projet personnel pendant une année de passage (L1) chez HEI nommé Delta Hotel
api axios axios-react back-end body-parser cors delta dotenv env expressjs fs hotel hotel-booking hotel-management hotel-website javascript nodejs nodemon nodemon-express rest-api
Last synced: 11 Apr 2026
https://github.com/priyanshuuranjan/fertilizer-shop
Introducing KumarFertilizer: Your premier E-commerce destination for all your fertilizer needs. Utilize Firebase-Auth for secure login/signup. Explore dedicated pages for various fertilizer types. Seamlessly complete transactions through integrated payment gateways.
cors firebase firebase-auth nodejs reactjs redux rest-api stripe tailwindcss toast-notifications vercel
Last synced: 09 Apr 2026
https://github.com/thiradus/cors-middleware
💻🌐 A simplistic yet effective Cross origin resource sharing Express.js middleware.
cors cors-headers cross-origin cross-origin-resource-sharing express expressjs javascript middleware
Last synced: 13 Apr 2026
https://github.com/nuzulul/opencors
OpenCORS is a simple NodeJS based CORS Proxy
cors cors-proxy cross-domain cross-origin node node-js nodejs opencors proxy scraper
Last synced: 18 May 2026
https://github.com/ayushivashisth/eye_backend
Lenskart is an Indian online eyewear retailer founded in 2010, offering eyeglasses, sunglasses, contact lenses, and accessories, with free home trials and virtual try-ons, and physical stores across India.
cors dotenv express mongo mongodb mongoose nodejs
Last synced: 09 Apr 2026
https://github.com/mvaibhav131/sendemails_aws-ses
send email using aws-ses , aws-sdk , aws-sdk/client-ses
api aws aws-sdk aws-sdk-javascript aws-ses backend cors email-sender emailjs expressjs nodejs sendmail
Last synced: 11 Apr 2026
https://github.com/tamoziit/geminitest
Google generative AI API Test
cors expressjs gemini-api nodejs
Last synced: 11 Apr 2026
https://github.com/kmadsdev/devops-challenge
PicPay Jr Devops Challenge Solution
api cors devops docker go html-css javascript microservices python redis sre
Last synced: 13 Jan 2026
https://github.com/axiom-nz/corsway
CORS proxy that adds CORS headers to your requests. This service allows you to bypass the Same-Origin Policy and make requests to external APIs without facing CORS issues.
Last synced: 13 Jan 2026
https://github.com/obeone/simple-cors-proxy
Simple CORS proxy server for seamless cross-origin requests with TypingMind plugin. Easy setup.
cors cors-proxy cors-proxy-server plugin typingmind
Last synced: 18 Jan 2026
https://github.com/theyakka/cors
CORS helper / middleware for Go
cors cors-middleware cors-request go golang
Last synced: 21 Aug 2025
https://github.com/somoye123/drive-super-cars-backend
A RESTful Rails API only application. It uses Auth0 for Authorization. This API is built as the back end for a web application that involves booking appointments to test drive supercars. It also uses Active storage to store and retrieve images from cloudinary
auth0 authorization cors rails-api rails6 rspec serialization versioning-api
Last synced: 13 Apr 2026
https://github.com/amanmandal-m/dent_care_backend
This is Dental Care Booking Appointment System Backend here user can register with valid credentials and also they can login and view the services and doctors and book appointement .
bcrypt cors express-js jsonwebtoken node-js
Last synced: 12 Apr 2026
https://github.com/abdulmazidakash/c-assignment-11
Artifact Atlas is an interactive web platform for exploring and managing historical artifacts.
cors daisyui express mongodb reactjs tailwindcss
Last synced: 11 Apr 2026
https://github.com/manish312002/mvblog
MVBlog is a blog management platform that allows users to create, view, edit, and delete blog posts. Users can register, log in, and manage their posts with features such as file uploads and personalized content. The application utilizes JWT for authentication, bcrypt for password hashing, and PostgreSQL for database storage.
api authentication backend bcrypt blog cors crud dotenv express fileupload full-stack jwt middleware multer nodejs pern-stack postgresql rest-api web-application
Last synced: 16 Apr 2026
https://github.com/rjchi/customer-order-server
Este es el back end del proyecto customer-order
cors express-js mysql2 nodejs socket-io-server
Last synced: 11 Apr 2026
https://github.com/samedfft2634/fullstack_library_management_system
This project is a Library Management System. Users can add, delete and update books.
cors dotenv expressjs mui pg react sequelize-orm sqlite3 toast-notifications
Last synced: 06 May 2026
https://github.com/marksikaundi/flight-wight
a simple flight widget build with express,js, axios, cors and for the backend used *DataStax for my database*
Last synced: 03 Aug 2025
https://github.com/abhijitnr/basic-notes-app-backend
This is a simple backend for basic notes app. To checkout frontend part please click the link 👇👇👇👇
bcrypt cors dotenv expressjs jsonwebtoken mongodb-atlas mongodb-database mongoose mongoose-schema nodejs nodemon
Last synced: 11 Apr 2026
https://github.com/vrushabhveer/kazam-ev-assignment
Task Management App is a full-stack task manager built with the MERN stack (MongoDB, Express, React, Node.js). It supports user authentication, task CRUD operations, and features like task completion toggling, Pagination etc. The app is styled with TailwindCSS and designed to be mobile-friendly.
axios becrypt cors expressjs joi-validation jsonwebtoken mongodb mongoose nodejs reactjs tailwindcss toastify typescript vite
Last synced: 02 Sep 2025
https://github.com/shivam-sharma-1/facility-management-system
The Facility Management System is a comprehensive management solution developed using the MERN (MongoDB, Express.js, React, Node.js) stack. It allows users to book time slots in facilities and provides role-based access control for various functionalities. This is a modified version of the one which was created as a project for DRDO Cabs internship
axios cors css3 dayjs dotenv express fullcalendar html5 javascript joi material-ui nodejs prisma-orm react react-router-dom tailwindcss tanstack-react-query typescript winston
Last synced: 08 Jan 2026
https://github.com/idiocc/cors
Cross-Origin Resource Sharing (CORS) For Goa.
Last synced: 03 Aug 2025
https://github.com/souravpl8092/micro-services-components
This is a User Management Application that allows you to manage user data, including creating new users, updating existing users, and exporting user data as a CSV file. It provides a web-based interface for interacting with the application.
chakra-ui cors dotenv express-js fast-gateway json2csv mongodb mongoose node-js nodemon react-router-dom reactjs
Last synced: 09 Apr 2026
https://github.com/tessasac/stitch-in-time
How to elide CORS with the Capacitor Community HTTP Plugin
Last synced: 11 Apr 2026
https://github.com/kalnaiwin/chat-app
A simple chat app created by using MERN stack
arcjet axios bcrypt cloundinary cors express jsonwebtoken mongo mongoose nodej react resend
Last synced: 11 Apr 2026
https://github.com/mvaibhav131/sendgmail_nodemailer
Gmail_sender APP
controller cors dotenv environment express-middleware expressjs github gmail-smtp javascript json mailgen nodejs nodemailer router sendmail
Last synced: 09 Apr 2026
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: 29 Oct 2025
https://github.com/marcosalanya19/node-ts-restapi-template
Una plantilla de inicio para construir una API RESTful con TypeScript y Express.
class cors nodejs template typescript
Last synced: 09 Apr 2026
https://github.com/pedro-donoso/unpokedex
Pokedex:Se levanta servidor para que el usuario pueda realizar una consulta a la API y obtener imágenes y nombres de los 50 primeros resultados (limitado debido al tiempo de carga)
api async axios backend cors css3 html5 javascript json nodejs promise server
Last synced: 04 May 2026
https://github.com/bcapathshala/crud-app
CRUD Application Using NodeJS, ExpressJS, MongoDB, ReactJS, Bulma CSS Framework
axios bulma-css-framework cors crud-api expressjs mern-stack mongodb moongose nodejs reactjs reactrouterdom restful-api
Last synced: 09 Apr 2026
https://github.com/md-arif-alam/aconews
Aconews is a news website that offers the latest global headlines with a modern, intuitive design. Utilizing the GNews.io RESTful API, it provides real-time updates from around the world.
axios cors expressjs firebase nodejs react reactjs router tai vercel
Last synced: 18 Jan 2026
https://github.com/mahmud-kandawala/travel-planner-app
A comprehensive Travel Planner Application designed to simplify trip planning by integrating real-time data from multiple APIs. Users can create, customize, and manage itineraries with personalized suggestions, real-time weather forecasts, and collaborative planning features. Fully responsive for seamless use across all devices.
api client-server cors css flask html http javascript material-ui react socket-io sql-alchemy sqllite typography
Last synced: 11 Apr 2026
https://github.com/ruchipriya1009/profile_view
Implement a user authentication system with login, signup, and user profile update & Upload functionalities, focusing on data validation, security, and user-friendly interfaces.
apis cors css express javascript mongodb mongoose nodejs otp-verification reactjs tailwindcss
Last synced: 06 Apr 2026
https://github.com/rohit-2012/isro-mission-control
The ISRO Project is a MERN stack app for managing space exploration journeys. It allows users to add new missions and view a categorized history of upcoming, canceled, and past journeys, featuring a sci-fi inspired UI built with Arwes-UI.
Last synced: 13 Jul 2025
https://github.com/abhi11210646/freecodecampcertificationprojects
These small projects or Microservices are my work for "freecodecamp.com" backend certification Course.
bluebird cors express file-upload got mongoose nodejs
Last synced: 20 Jul 2025
https://github.com/cartory/stackffold
📚 Repo template for generating code from Visual Paradigm Diagram project (.xml)
cors dotenv express typeorm typescript xml-parser
Last synced: 13 Mar 2025
https://github.com/arafat-alim/open-ai
ChatGPT AI is an artificial intelligence (AI) chatbot that uses natural language processing (NLP) to generate conversations with users. It is powered by OpenAI's GPT-3 language model, which has been trained on a massive dataset of text.
cors css express html5 javascript openai vitejs
Last synced: 09 Apr 2026
https://github.com/dragodui/auto-god-backend
Server part of auto-god forum
cors express-validation expressjs mongodb mongoose redis typescript
Last synced: 05 Apr 2026
https://github.com/salmanfxrsi/causebridge-backend
Backend for the CauseBridge platform, built with Node.js and Express. It handles user authentication, CRUD operations for volunteer posts, and MongoDB data storage. Uses JWT for secure routes and environment variables for sensitive data management. Provides a RESTful API with CORS support.
api-development api-security backend cors crud-operations environment-variables express firebase jwt-authentication mongodb mongodb-atlas node-api nodejs rest-api user-authentication volunteer-management
Last synced: 11 Apr 2026
https://github.com/robertoachar/express-cors
Express Cross-Origin Resource Sharing (CORS) middleware.
cors express middleware node npm
Last synced: 05 May 2026
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: 03 Apr 2026
https://github.com/karthik2917k/myntra-clone
Online Shopping Site for Fashion & Lifestyle in India. India's Fashion Expert brings you a variety of footwear, Clothing, Accessories and lifestyle products ...
atlas axios chakra-ui cors expressjs mongo-db mongoose nodejs react react-redux redux redux-thunk vercel
Last synced: 20 Jan 2026
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: 06 Apr 2026
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: 02 Apr 2026
https://github.com/jacksonsantin/happy_nlw3
Projeto desenvolvido durante o workshop da Rocketseat, o NLW#3, com o objetivo de cadastrar orfanatos nas cidades para que as pessoas possam levar alegria para a criançada :D
axios cors expo expo-image-picker express express-async-errors imagepicker multer react react-icons react-leaflet react-native react-native-maps sqlite3 typeorm typescript yup
Last synced: 11 Apr 2026
https://github.com/arwl2016/image-search
Image search abstraction for Imgur domain
chai cors express google-custom-search-api mocha node request-promise
Last synced: 11 Apr 2026
https://github.com/ryomendev/video_mgt_app
Application for managing videos, including recording, storing, and playing videos. It includes three primary pages: a Dashboard, a Video Recording Page, and a Video Player Page. Video files are stored locally using backend APIs
authz cors expressjs multer multer-storage nodejs proxy redux redux-persist redux-toolkit validation
Last synced: 11 Apr 2026
https://github.com/dod-iac/terraform-aws-api-gateway-cors-lambda-proxy
A Terraform module to create a Cross-Origin Resource Sharing (CORS) Lambda Proxy
cors lambda proxy terraform terraform-module
Last synced: 26 Feb 2025
https://github.com/kibria-khandaker/warehouse-management-server
cors dotenv express jsonwebtoken mongodb
Last synced: 09 Apr 2026
https://github.com/oshekharo/cors-bypasser
A simple Node.js server that acts as a CORS proxy, forwarding requests to a target URL.
cors cors-anywhere cors-proxy nodejs serverless
Last synced: 03 Sep 2025
https://github.com/yenilikci/restcountries
Application that lists countries, can be filtering and sorts a-z
axios chai cors express helmet http-errors morgan nodemon react react-lazy-load react-router-dom react-table react-toastify
Last synced: 09 Apr 2026
https://github.com/kinshuk-code-1729/fastapi-app
A lightweight and scalable backend application built with FastAPI, designed to showcase the framework's capabilities in building high-performance APIs. This project demonstrates best practices for structuring and implementing FastAPI applications, including routing, validation, and database integration.
cors fastapi-framework fastapi-sqlalchemy jwt-authentication pydantic
Last synced: 09 Jul 2025
https://github.com/gabrielmedrados/nlw---heat---2021
Site com interação de Chat ao vivo, projeto com backend, versao Mobile e web 💬 💥💥💥
chat cors dowhile2021 expo javascript mobile-app nodejs prisma react react-native typescript vite
Last synced: 02 Apr 2026
https://github.com/giovanesouza/market-place-nodejs
O código do mais novo market place - Projeto desenvolvido ao longo do curso de Desenvolvimento Full Stack, módulo Back-end Development da Ília/Italents.
arquitetura-mvc bycrypt cors env express javascript jwt mongodb mongoose nodejs swagger-ui
Last synced: 10 Apr 2026
https://github.com/sahil2k07/blog-app-go
This is my first Golang Backend project. The application has integrated Cloudinary, JWT authentication and CRUD operation without using any ORM for the first time.
bcrypt bloom-filter cloudinary cors docker go goose jwt-authentication middleware multi-threading mysql otp-verification validator
Last synced: 16 Apr 2026
https://github.com/oussa29-dev/workout_buddy
bcrypt cors dotenv express jsonwebtoken mongoose nodejs reactjs validator
Last synced: 16 Apr 2026
https://github.com/espadv69/myplaylist-app
A simple full-stack playlist manager where users can add, view, and delete songs. Built with React (Vite) for the frontend, Node.js and Express for the backend, and MongoDB for data storage. 🚀
cors css express javascript mongodb mongoose nodejs react vite
Last synced: 06 Apr 2026
https://github.com/chuksjoshuaa/blog-backend
Blog api where user can post and get all available blogs, owner of the blog can update blog from draft to published. Users can only access published blogs
cors expressjs helmet mongodb mongoose nodejs nodemon postman vercel-deployment
Last synced: 09 Apr 2026
https://github.com/ayoubm490/exercise-tracker-api
This is a nodejs API built with Express and MongoDB. It's meant as a template
cors dotenv express jest jest-mongodb mockingoose mongodb mongoose morgan supertest
Last synced: 07 Apr 2026
https://github.com/mithu9/movie-portal
this is the fullstack assignment project
aos-animation context-api cors expressjs firebase-auth javascript lucide-react nodejs nodemon react-form-hook react-router-dom reactjs tailwindcss
Last synced: 07 Apr 2026
https://github.com/vandodev/rastreio-de-encomendas
Aplicativo para rastreio de encomendas
async-await asyncstorage bioinformatics cors expo express mobile mysql node nodejs qrcode react-native sequelize
Last synced: 10 Apr 2026
https://github.com/imsamuelcovalero/project-our-shop-app-angular
Plataforma de e-commerce, implementada com MongoDB, Angular.js e Node.js, oferecendo recursos completos para visualização de produtos, gerenciamento de carrinho, finalização de compra e consulta ao histórico de pedidos.
angular-material angularjs backend cors crud-application css3 docker docker-compose express-async-errors expressjs frontend full-stack joi-validation mongodb mongoose nodejs nodemon rest-api toast-notifications
Last synced: 10 Apr 2026
https://github.com/codeantik/authentication-server
A server used for authentication of users
authentication authentication-server cors dotenv express mongodb mongodb-atlas mongoose morgan nodejs nodemon
Last synced: 07 Apr 2026
https://github.com/harrytran998/test-microservices
commitlint cors docker graphql microservice nodejs postgresql reactjs rest-api sequelize terraform
Last synced: 10 Apr 2026
https://github.com/i-shant/hoot-chat-app
MERN Chat app with features like authentication, real-time messaging, typing indicators, online status, optimisitc updates, and more
axios chat-app cors express jwt mern mongodb nodejs react react-router shadcn-ui socket-io tailwindcss tanstack-query typescript vite zustand
Last synced: 09 Apr 2026
https://github.com/vandodev/nlw-3-trilha-omnistack-happy
Projeto desenvolvido na semana NLW 3 que conecta pessoas a orfanatos
api cors css3 expo express html5 javascript nlw-3 nlw-happy oministack react react-native reactjs sqlite3 typeorm typescript yup
Last synced: 12 Apr 2026
https://github.com/manu-karenite/go-node-mongo
Package to initialise the Backend Project. Backend Projects allow express and mongoDB as Database
backend body-parser cors express javascript json mongodb
Last synced: 10 Apr 2026
https://github.com/shalini2909/deloy_backend
This is my backend deployed link during Assignments
cors expressjs jsonwebtoken mongoose
Last synced: 12 Apr 2026
https://github.com/mohammadhossein-asadi/connectify-server
Connectify Social Media
bcrypt body-par cors dotenv expressjs javascri jsonwebtoken mongoose morgan multer multer-gridfs-storage nodemon
Last synced: 02 Apr 2026
https://github.com/bigyusuf/simple-jobs-api
Jobs API, where recruiters can upload jobs to search for the candidate of choice.
cors expressjs jwt-authentication mongodb nodejs
Last synced: 10 Apr 2026
https://github.com/ahmed-hariri/mern-todo-app
A simple Todo app built with the MERN stack. Users can create, update, and delete tasks with a React front-end, Node.js and Express for the back-end, aMongoDB for data storage. Great for learning full-stack development and building dynamic web applications.
cors express-js jwt mern-stack mondodb mongoose node-js reactjs tailwind-css typescript
Last synced: 18 Feb 2026
https://github.com/pastjung/cors_react-springboot
Docker를 사용해 React 프로젝트와 SpringBoot 프로젝트의 연결 및 CORS 설정 학습
cors docker docker-compose node20 react springboot3
Last synced: 24 Feb 2026
https://github.com/pushpendra-1697/socialbackend
Developing a room management system where users can create rooms with unique characteristics and add distinct child items to each room, ensuring each child remains unique across different rooms.
api-creation asynchronous-programming backend-api bson-format bsondump cors dotenv error-handling expressjs filter mongodb mongoose nodejs
Last synced: 10 Apr 2026