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-04 00:06:08 UTC
- JSON Representation
https://github.com/basedhound/crud-test-1_api
Build a REST API with Node, Express, and MongoDB. This API should handle CRUD operations for managing products and be connected to a database. Successfully implementing it will reveal a secret word.
api cors crud dotenv express mongodb mongoose node nodejs
Last synced: 02 Jan 2025
https://github.com/basedhound/gm-social_app_react
A fullstack social media app built with the MERN stack (MongoDB, Express, React, Node.js) for OpenClassrooms. Features complete CRUD operations, enhanced security, and demonstrates full-stack skills.
axios bcryptjs cors crypto-js date-fns express helmet jsonwebtoken jwt mantine-ui mongodb mongoose multer nodejs react react18 responsive social
Last synced: 02 Jan 2025
https://github.com/basedhound/kpop-social_app_react
Fullstack social media platform inspired by Kpop culture, featuring React with cozy color palettes. The frontend uses Redux and Mantine, while the backend is built on Node/Express/MongoDB.
axios bcrypt cors dotenv express jsonwebtoken jwt mern mongodb mongoose multer node-js nodemon react react-redux react17 redux
Last synced: 02 Jan 2025
https://github.com/halbert-anderson/backend-assessment-welovemovies
A server for movies, theaters, reviews and critics.
cors expressjs knexjs nodejs postgresql react render
Last synced: 03 Jan 2025
https://github.com/t2ne/sound808
Rest API project that uses Express, Cors and MySQL for backend and Svelte for frontend. API tested on Thunder Client, Postman and Swagger Documentation.
cors express mysql nodemon rest-api svelte swagger-docs
Last synced: 03 Jan 2025
https://github.com/biswarup14/crud-employee-management-basic
Backend (dotNet 6) and Frontend (React JS) both // dotnet core webapi + Entity framework // Code first approach
Last synced: 03 Jan 2025
https://github.com/alexandrecpedro/job_management
Job Management app
actuator-spring-boot aws cors docker github-actions grafana h2-database java jsonwebtoken junit lombok maven postgresql prometheus render sonar sonarqube spring-boot spring-security swagger
Last synced: 03 Jan 2025
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/smilevp/password_reset_backend
Password_Reset_Backend built using ExpressJS,Mongodb and Nodemailer
bcrypt cors dotenv express-generator jwt mongoose nodemailer nodemon
Last synced: 04 Jan 2025
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: 27 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/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: 27 Dec 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/tamoziit/geminitest
Google generative AI API Test
cors expressjs gemini-api nodejs
Last synced: 11 Nov 2024
https://github.com/ripper-no-chart/trpc-builder
Trpc API | Angular 16 - Builder APP
angular chalk cors dotenv express moment mongoose morgan nodejs superjson trpc trpc-api trpc-client trpc-crud-app trpc-server ts-node-dev typescrit zod
Last synced: 22 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/amanmandal-m/mock_7_backend
This is Food Delivery App Backend system so here user can register and after login they can view the available restraunts and book order by their prefrences each restraunts have menu items .
bcrypt cors express-js jsonwebtoken mongoose node-js
Last synced: 26 Dec 2024
https://github.com/amanmandal-m/globalmart
Globalmart: Elevate your online shopping with React.js and Node.js. Enjoy secure authentication, intuitive cart management, and streamlined payments for a seamless experience.
aws-ec2 bcrypt cors ejs-templates google-oauth2 jsonwebtoken mongoose node-js react-js
Last synced: 26 Dec 2024
https://github.com/amanmandal-m/exactspace
This is a basic application designed to validate JSON data and display it. It provides a simple interface to input JSON data and checks its validity before rendering it.
body-parser cors docker ejs-templates express-js node-js pm2 render
Last synced: 26 Dec 2024
https://github.com/kanokpit-yowaratch/express-mysql-api-pagination
REST API by Express.js and MySQL with Pagination + Search
bcrypt cors dotenv expressjs jwt multer mysql2 nodemon swagger swagger-ui-express typescript
Last synced: 13 Nov 2024
https://github.com/kanokpit-yowaratch/json-server
A simple API with json-server
Last synced: 13 Nov 2024
https://github.com/cloudacademy/stocks-app
Stocks App
ajax api cloudacademy cors react
Last synced: 13 Nov 2024
https://github.com/mohaiminul375/furni-flex-server
https://furni-flex-server-rho.vercel.app/furniture
Last synced: 09 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/marcos-vcs/mundo-hoje-web-scraping
This project does the web scraping of the IBGE (Brazilian Institute of Geography and Statistics) news open API.
cors java spring-boot web-crawler web-scraping
Last synced: 27 Dec 2024
https://github.com/shoaib-imrann/zenora
MERN stack
axios bcrypt cloudinary cors expressjs jwt-authentication mongodb multer nodejs razorpay-payment react-toastify reactjs stripe-payments tailwindcss validator
Last synced: 17 Dec 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/obaedulislam/car-hub-server-two
Car Hub Node, MongoDB & Express server & Implement JWT
Last synced: 28 Nov 2024
https://github.com/matoka02/product-catalog-be
Server for sending data about products.
cors express-js mongodb mongoose node-js typescript
Last synced: 27 Dec 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/RodrigoBLima/node-api-products
API nodejs
cors docker ecmascript express javascript mongodb nodejs
Last synced: 23 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: 18 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/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: 28 Nov 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/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/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/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/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/abtaaahi/cholo-kini-api
A backend API for sending order confirmation emails.
cors expressjs nodejs nodemailer
Last synced: 17 Dec 2024
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/sutharshantanu/razorpay-gateway
Developed a backend repository for RazorPay payment integration in Node.js + MongoDB. Implemented seamless payment processing, leveraging RazorPay's capabilities. Integrated Node.js for server-side logic and MongoDB for data storage. The project focused on creating a robust backend solution, enabling secure and efficient payment transactions.
cors dotenv express-js mongodb mongoose node-js razorpay razorpay-api
Last synced: 27 Dec 2024
https://github.com/idowudamolaolatunji/api-getquicka
bcrypt cors expressjs jwt modemailer mongodb mongoosejs nodejs
Last synced: 11 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/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/laynef/node-secure-cors
CORS for Node.js that does not allow wildcards for Subdomain attacks
Last synced: 27 Dec 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/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/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/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/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/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/mdrianislam0or1/contacts-management-backend
This is the backend code for a contacts management application, built using Node.js, Express.js, and MongoDB. It provides RESTful API endpoints for managing contact details, including adding, viewing, updating, and deleting contacts.
cors dotenv eslint expressjs mongodb mongoose nodejs postman typescript zod
Last synced: 28 Dec 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/sujoncoder/database_authentication
body-parser cors dotenv express-js mongodb mongodb-atlas mongoose node-js nodemon
Last synced: 11 Nov 2024
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/prasanth2817/chat-application-backend
The backend is built using Node.js with Express for handling API requests and Socket.IO for real-time messaging. MongoDB stores user data and chat messages, with Mongoose handling database operations. JWT is used for authentication, and bcrypt for password hashing. The code follows the MVC architecture for maintainability.
bcryptjs cors dotenv expressjs jwt-authentication moongose mvc-architecture nodejs socket-io
Last synced: 20 Dec 2024
https://github.com/whyshashi/video_sync_app
Web Application where users can join a room, share a YouTube video link, and watch the video together with perfect synchronization. Additionally, users should be able to chat with each other in real-time while watching the video. The project should include some advanced and creative features to enhance user engagement and interaction.
cors express jwt mongodb-atlas mongoose nodejs react socket-io
Last synced: 20 Dec 2024
https://github.com/sujoncoder/voting-backend
A voting application between Israel vs Palestine.
bcryptjs cors express-js jwt-authentication mongoose nodejs nodemon
Last synced: 11 Nov 2024
https://github.com/sujoncoder/artvalley-backend
A art valley project backend
cors dotenv express jwt-authentication mongodb mongoose morgan nodejs nodemon parser rate-limiter
Last synced: 11 Nov 2024
https://github.com/sujoncoder/rest_api
Rest API using nodejs.
async-handler-support bcrypt colors cors dotenv express jwt-authentication mongoose muter nodejs
Last synced: 11 Nov 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 Nov 2024
https://github.com/dennislo/express-rest-api
Starter project for an ES6 RESTful Express API.
api boilerplate cors es6 express javascript
Last synced: 29 Nov 2024
https://github.com/kislaykashyap-hub/node.js-express-postgresql-apis
This repository contains a Node.js application using Express and PostgreSQL to provide API functionality for managing students, courses, modules, and additional features.
api body-parser cors crud development dotenv entity-relationship-diagram expressjs git javascript linux nodejs postgresql schema sql
Last synced: 23 Nov 2024
https://github.com/starkelessar/advanced-auth-back
Реализация API для продвинутой регистрации и авторизации пользователя с активацией аккаунта через почту
bcrypt cookie-parser cors express-js express-validator jsonwebtoken mongodb mongoose nodejs nodemailer uuid
Last synced: 20 Dec 2024
https://github.com/serhiinikif/rest-api-mssql
cors docker dotenv express middleware mssql nodejs rest-api sequelize
Last synced: 15 Nov 2024
https://github.com/sseworld/eccomerce-backend
body-parser cors express mongoose nodemon
Last synced: 23 Nov 2024
https://github.com/thund3rhawk/todo_app
Todo App: Boost your productivity with this simple and effective task management tool. Prioritize, organize, and achieve your goals seamlessly.
axios cors docker dockerfile dotenv expressjs mongodb-database mongoose nextjs nodejs nodemon tailwindcss typescript vercel
Last synced: 13 Nov 2024
https://github.com/vairamuthu11a/e-commerce-project
Ecommerce Website using MERN Stack
cors express-js expressjs javascript mongodb-atlas mongodb-database nodejs react
Last synced: 10 Oct 2024
https://github.com/mesbol6647/mern-01-stokapp-
This project is a stock management application developed using the MongoDB, Express.js, React, and Node.js (MERN) stack. It allows users to add, update, and track the stock status of products.
cors deploy dirname express-static expressjs mongodb-database nodejs react
Last synced: 10 Oct 2024
https://github.com/santhoshs50/user-management-dashboard
Task from Ajackus
axios cors css dotenv express html javascript mongodb mongoose nodejs react-redux react-router reactjs user-management
Last synced: 03 Dec 2024
https://github.com/f2rkan/webrtc-gstreamer-stream
WebRTC and GStreamer integration using werift-webrtc for real-time audio and video streaming, enabling low-latency communication in multimedia applications.
cors coturn docker express-js grafana gstreamer nodejs prometheus typescript video-streaming vue2 webrtc
Last synced: 10 Oct 2024
https://github.com/andresweitzel/microservice_cisco_devices_graphql
Microservice for managing Cisco devices implemented with GraphQL, Express, Apollo, NestJS, Typescript, NodeJS, TypeORM, dotenv, cors, swagger, swagger-ui, MySQL, others.
apollo-graphql apollo-server-express cisco cisco-api cors dotenv express-js expressjs graphql microservicios mysql nestjs nestjs-graphql nodejs swagger-ui typeorm typescript
Last synced: 05 Dec 2024
https://github.com/andresweitzel/apirest_pedidosyaenvios_nestjs
Api Rest para la gestión de envíos, productos, puntos, rutas, etc, ejemplificando parte de la arquitectura de desarrollo de PedidosYa Envíos implementado con NestJS, NodeJS, Typescript, TypeORM, Supertest , Jest, dotenv, cors, swagger, swagger-ui, MySQL, otros.
api-rest cors doenv git jest mysql nestjs nodejs pedidosya postman-collection supertest swagger swagger-api swagger-ui typeorm typescript
Last synced: 05 Dec 2024
https://github.com/andresweitzel/microservice_employees_nestjs
Microservice for employee management using Nestjs, TypeORM, MySQL, Nodejs, Typescript, nodemon, git, others
cors dotenv git microservice mysql nestjs nodejs nodemon postman typeorm typescript
Last synced: 05 Dec 2024
https://github.com/andresweitzel/microservice_paypal_orders_express
Microservice for the integration of Paypal API Orders implemented with ExpressJs, Nodejs, Typescript, nodemon, morgan, dotenv, cors, others.
axios cors dotenv expressjs git microservice morgan nodejs nodemon paypal-integration paypal-rest-api postman typescript
Last synced: 05 Dec 2024
https://github.com/andresweitzel/apirest_electronic_devices_expressjs
Rest Api about electronic devices implemented with Express, Morgan, Railway ,NodeJS, Sequelize, Jest Testing, dotenv, cors, express-validator, Nodemon, Swagger, Swagger-ui, PostgreSQL, ohers.
cors dotenv express-js express-validator integration-testing jest-tests morgan-middleware nodejs nodemon postgresql railway-app sequelize-orm supertest swagger-api swagger-ui tdd testing unit-testing
Last synced: 05 Dec 2024
https://github.com/shizzaho/express-boilerplate
Simple and uncluttered basis for Express application
body-parser boilerplate cors ejs express express-boilerplate jest nodemon
Last synced: 28 Dec 2024
https://github.com/brufelix/control-activity
Application for controlling activities
antdesign axios body-parser cors cors-proxy drag-and-drop express function-components hooks momentjs mongodb mongosse reactjs typescript
Last synced: 11 Nov 2024
https://github.com/lahcenezzara/bmi-calculator-fastapi
BMI Calculator FastAPI Python
api backend bmi-calculator body-mass-index cors fastapi fitness health microservices pydantic python rest-api uvicorn web-api web-development
Last synced: 10 Nov 2024
https://github.com/absqueued/cors-remote-content
Bypassing CORS to get partial remote content
allorigins cors javascript jquery
Last synced: 11 Oct 2024
https://github.com/dannyjiustian/smart-contract-server-hardhat
This repository is for creating smart contracts that address etherium and this repository is built with NodeJS and Hardhat
api cors ethereum expressjs hardhat javascript nodejs server shell smart smart-contracts
Last synced: 23 Nov 2024
https://github.com/fms-faisal/skyview-apartments-server
Skyview Apartments: Building Management System
cors dotenv expressjs json-web-token mongodb stripe-payments
Last synced: 29 Nov 2024
https://github.com/kumaresh231299/music-streamming-sk-be
This repo contains Music Streamming Application fsd project backend source using Nodejs and expressjs.
bcryptjs cloudinary cors dotenv expressjs jsonwebtoken mongodb-atlas moongose multer multer-storage-cloudinary nodejs nodemailer nodemon
Last synced: 10 Dec 2024
https://github.com/neelakandanv/url_shortener-be
MiniUrl - An Url shortening service
bcryptjs cors dotenv expreesjs git github javascript jwt mongodb-atlas mongoose nodejs nodemailer nodemon postman render
Last synced: 17 Nov 2024
https://github.com/savindaj/aad-assignment-javaee-web-pos
Java Entraprice edition implementation !
ajax bootstrap cors css html http-requests jakartaee java javascript jquery mysql servlet
Last synced: 11 Nov 2024