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-05 00:06:08 UTC
- JSON Representation
https://github.com/aditya-narayan-sahoo/moonshot-q2-backend
The Backend Part for the Moonshot Q2
backend-service cors dotenv expressjs momentjs nodejs
Last synced: 27 Nov 2024
https://github.com/akashchandrasekar/authendication-authorization
Authendication & Authorization Task
bcryptjs cors expressjs jsonwebtoken jwttoken mongoose nodejs nodemon
Last synced: 27 Nov 2024
https://github.com/vinay-kotiya/crud_mern
CRUD operations with MONGO_DB ,Express Js,React Js and Node Js
axios cors expressjs http-requests mongodb mongoose nodejs reactjs tailwindcss
Last synced: 27 Nov 2024
https://github.com/danfalcon225/mern_stack_app
MERN stack app | Backend CRUD | Backend Router | CORS Policy | MongoDB operations | Frontend CRUD | Frontend Router
axios cors express javascript mongodb mongoose node-js notistack reactjs tailwindcss vite
Last synced: 02 Dec 2024
https://github.com/binvu06/e-commerce
Modern e-commerce built with best practices in mind. MERN stack, Redux Toolkit for state management, Material UI for a delightful UI, and RESTful APIs for seamless integration. Dive in and explore!
cors express-js forgot-password jwt-authentication material-ui mern mongodb node-js react react-router restful-api
Last synced: 10 Dec 2024
https://github.com/pandit0305/ai-chat-bot
user can ask anything with ai chat bot application, user are able to get answer of difficult questions
Last synced: 27 Nov 2024
https://github.com/badiwidya/to-do-list-api
Todolist REST API
cors crud express mongoose morgan nodejs rest-api todolist typescript
Last synced: 22 Dec 2024
https://github.com/akashchandrasekar/capstone-project-backend
cors expressjs jswebtoken mongoosejs nodejs nodemail postman
Last synced: 08 Dec 2024
https://github.com/luiggi-piero/foxbelmusic-backend
Backend de Foxbel Music, la aplicación se encarga de la lógica del negocio realizando consultas a la API de Deezer y almacenando la información en Mongo DB
axios cors express express-async-handler javascript mongoose node
Last synced: 28 Nov 2024
https://github.com/sujoncoder/developer_swag
bcryptjs cors dotenv express-js jwt-authentication mongodb mongoose morgan nodejs nodemailer
Last synced: 08 Dec 2024
https://github.com/lovepelmeni/realtime-course-app
This is realtime course app implemented using Server Sent Events + Django + Javascript and AJAX / XML Requests and more
ajax channels cors django javascript sse
Last synced: 02 Dec 2024
https://github.com/shivamkumar24/seat-reservation-backend
This repo is create for deploy backend of Seat Reservation Application.
cors expressjs mongoose nodemon
Last synced: 26 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/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/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/kitepea/ecommerce-react-native
Practice
cors expo expressjs jwt mongodb mongoose nodemailer react-native
Last synced: 02 Dec 2024
https://github.com/serkan-ucakcioglu/socket-io-test-example
Node- Express js && React js
cors express nodejs nodemon reactjs socket-io socket-io-client
Last synced: 08 Dec 2024
https://github.com/serkan-ucakcioglu/node-js-cloudinary-file-upload
Uploading photos to Cloudinary platform with express js file upload and creating it as a link.
cloudinary cors dotenv express express-fileupload node-js nodemon
Last synced: 08 Dec 2024
https://github.com/serkan-ucakcioglu/mini-blog-mern
Mern Stack - Easy Mini blog
cors express-js mongodb mongoose node nodemon reactjs redux-toolkit router rtk-query tailwindcss typescript
Last synced: 08 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/serkan-ucakcioglu/mern-stack-send-mail
Mern Stack Send Mail && Node mailer && React Hook Form
axios cors dotenv express nodemailer react react-hook-form tailwind-css
Last synced: 08 Dec 2024
https://github.com/serkan-ucakcioglu/express-pagination-react-swr-pagination
Mern Stack Swr Example With Express Js Pagination Returning Data And React Swr
axios cors dotenv express-js mongoose pagination react swr tailwind-css typescript
Last synced: 08 Dec 2024
https://github.com/serkan-ucakcioglu/express-user-auth
express js jwt auth && register && login && refresh token
cookie-parser cors express jwt mongodb mongoose nodejs nodemon
Last synced: 08 Dec 2024
https://github.com/sskender/nodejs-backend-starter
Starter kit for developing backend with Node.js
backend boilerplate cors express express-js helmet javascript mern mern-stack mongodb mongoose morgan mvc node nodejs rest rest-api restful template xss
Last synced: 28 Nov 2024
https://github.com/sanjaraiy/jwt-auth
🔐 Explore JWT-Based Authentication with Email Validation in This Repository! Featuring React, Tailwind, Express, Node.js, and MongoDB 🚀
bcrypt cookie-parser cors dotenv email-validator expressjs jsonwebtoken mongodb mongoose nodejs nodemon reactjs tailwindcss
Last synced: 05 Jan 2025
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/ososuna/eazy-bank-api
Spring Security Zero to Master course
cors crsf jwt mysql oauth2 spring-security
Last synced: 05 Jan 2025
https://github.com/pomxark/example-app
Успешно выполненное тестовое задание. Кэширование, очередь, обработка дат, тестирование
assets cors csrf docker docker-compose https laravel laravel-cors nginx node20 postgres tdd test-automation vite
Last synced: 08 Dec 2024
https://github.com/byahram/simple-todo-app-be
bcryptjs body-parser cors express javascript jsonwebtoken mongodb mongoose nodejs
Last synced: 16 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/sm-noushan/task-management-server-bytebux
Client
cors expressjs mongodb mvc-pattern
Last synced: 08 Dec 2024
https://github.com/sm-noushan/task-management-client-bytebux
This project is a task management application that allows users to manage tasks effectively. It provides features for listing tasks, adding new tasks, editing existing tasks, deleting tasks, and marking tasks as completed or not completed.
cors expressjs mongodb mvc-architecture prop-types react-hot-toast reactsjs redux redux-toolkit rtk-query tailwindcss vite
Last synced: 08 Dec 2024
https://github.com/sm-noushan/react-stay-vista-server
StayVista is a user-friendly hotel booking platform designed to offer a seamless experience for both guests and hosts by enabling users to browse, book, and manage accommodations effortlessly.
cookie-parser cors dotenv expressjs jwt mongodb nodejs nodemailer stripe
Last synced: 08 Dec 2024
https://github.com/hareem-gohar/shorten-it
Shorten-IT is a simple URL shortening application built with React, Node.js, Express, and MongoDB. It allows users to shorten long URLs, set expiry dates, and track the number of clicks on each shortened URL.
cors expressjs mongodb nanoid nodejs reactjs tailwindcss
Last synced: 16 Dec 2024
https://github.com/khaledssbd/riderevolt-project
RideRevolt is a Bike-store management web application that has is make on express.js and has different routes for different requests.
cors dotenv eslint express globals mongoose prettier tsc typescript typescript-eslint
Last synced: 03 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/zeuz8/simple-notes-backend
Backend repository for a Simple Web Notes App, designed to handle the storage of note data using MySQL database. This project aims to provide practical insights into MySQL data storage and retrieval mechanisms.
cors expres mysql2 nodejs nodemon
Last synced: 03 Dec 2024
https://github.com/kareimgazer/fso
solutions of the exercises and projects of the course 'Full Stack Open'
axios cors css deployment express http javascript morgan-middleware node nodemon npm postman react restclient restful-api vite vite-proxy
Last synced: 08 Dec 2024
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: 08 Dec 2024
https://github.com/narotam-mishra/crypto-currency-app-backend
Created crypto currency converter APIs to calculate exchange rate for any currency using Nodejs & Express
apis axios cors crypto currencies dotenv expressjs nodejs
Last synced: 03 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/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/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/hiejulia/hotelbooking
Hotel Booking project
apache-avro apache-kafka api-gateway cors docker eureka-server hystrix-dashboard kafka maven microservice mysql oauth2 rabbitmq spring-security springboot springcloud turbine zuul-server
Last synced: 16 Dec 2024
https://github.com/tushcmd/olo-scraper
This is a full-stack web scraping application that simulates browser-like interactions using a headless browser. Users can input a URL, and the application scrapes data and performs specified actions.
cors express nodejs puppeteer react tailwindcss typescript winston
Last synced: 23 Dec 2024
https://github.com/wdyitz/auth-api
API de autenticação de usuário
bcrypt cors express jest jwt-authentication nodejs prisma tsup typescript
Last synced: 03 Dec 2024
https://github.com/0xabdulkhaliq/pixelhunt-backend
cors express mongoose rest-api
Last synced: 31 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/shuvoprogram/courierhub_backend
bcrypt cors dotenv expressjs jsonwebtoken mongoose nodemailer nodemon url
Last synced: 23 Dec 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: 26 Dec 2024
https://github.com/shuvoprogram/edusphere_backend
EduSphere 🌐 revolutionizes learning! An interactive LMS fostering personalized education, collaboration, and skill mastery.
axios bcrypt cloudinary cookie-parser cors datauri dotenv ejs expressjs http-status-code ioredis jwt mongoose multer node-cron nodemailer stripe ts-node-dev typescript
Last synced: 23 Dec 2024
https://github.com/shuvoprogram/inventorypro_backend
📦 InventoryPro: Simplify inventory control with this smart, user-friendly app. Streamline processes and optimize your stock management effortlessly.
body-parser cors dotenv express express-mongo-sanitize express-rate-limit helmet hpp jsonwebtoken mongoose morgan nocache nodemailer sendgrid xss-clean
Last synced: 23 Dec 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/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/mahossain1/university-management-backend-express-mongoose
The backend of the University Management System is built to efficiently handle and process data for student enrollment, course management, faculty administration, and academic records. Developed with Node.js and Express, the API ensures secure and scalable communication between the frontend and the database.
cloudinary cors express jwt jwt-authentication mongodb mongoose node nodejs zod zod-validation
Last synced: 31 Dec 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: 26 Dec 2024
https://github.com/eltonlazzarin/simple-typescript-app
This is a simple project built in ReacJS and TypeScript
axios axios-restful cors development express flexbox nodejs reactjs typescript vscode yarn
Last synced: 04 Dec 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: 26 Dec 2024
https://github.com/eltonlazzarin/be-the-hero-app
Be The Hero is a fullstack application that brings together people who can donate with institutions that need help
axios celebrate cors donations expo expo-mail-composer expresss humanity intllib javascript knexjs nodejs react react-icons react-native reactjs sqlite3
Last synced: 04 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/satyamjha24/car-s
CAR'S Corp is a marketplace for second-hand cars. Dealers list their inventory of second-hand cars on buycars.com. Buyers can look at the inventory and buy the car from buycars.com
bcrypt chakra-ui cors css cyclic express javascript jsonwebtoken mongodb-atlas mongoose netlify nodejs reactjs redux
Last synced: 09 Dec 2024
https://github.com/akunna1/movie-search-webapp-rest-api
Writing the restful api for a movie search webapp. Searching for movies using title, genre, rating, and adding sections for sorting movies by ratings, genres etc.
backend cors database dotenv express mongodb mongoose nodejs nodemon
Last synced: 04 Dec 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: 26 Dec 2024
https://github.com/akunna1/mern-todo-list-app
Creating a girly themed mobile responsive MERN (i.e MongoDB, Express.js, React.js, Node.js) do do list app
axios cors css expressjs full-stack mongodb mongodb-compass mongoose nodejs nodemon react-icons reactjs tailwindcss webdev
Last synced: 04 Dec 2024
https://github.com/tiagom13/api-tasks
📋 API desenvolvida para gerenciar tarefas de forma simples e eficiente
cors express node-js prisma prisma-client sqlite swc tsx typescript zod
Last synced: 04 Dec 2024
https://github.com/idowudamolaolatunji/api-getquicka
bcrypt cors expressjs jwt modemailer mongodb mongoosejs nodejs
Last synced: 11 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/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: 26 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/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: 26 Dec 2024
https://github.com/amanmandal-m/mock_11_backend
This is plan my trip backend app where user can view the travellers data , add travel information ,edit ,delete and user can filter according destination and sorting by price.
cors express-js mongoose node-js render-deployment
Last synced: 26 Dec 2024
https://github.com/marcesdan/reactive-mailbox-api
The REST API for the awesome and Reactive Mailbox App
api-rest authentication babel cors express jsonwebtoken mongodb mongoose morgan node session-cookie
Last synced: 10 Dec 2024
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: 26 Dec 2024
https://github.com/amanmandal-m/flurn_booking_system_backend
This is Flurn Company Assignment this is for booking seats backend system .
cors csvtojson dotenv express-js mongoose node-js render swagger-docs swagger-ui
Last synced: 26 Dec 2024
https://github.com/mskian/bypass-cors
🌍 Bypass CORS restrictions easily with a simple proxy. Make fast cross-origin requests for better API access without complications ⚡
api bulma bypass-cors cors cors-anywhere cors-proxy cors-request cross-origin-resource-sharing css express html javascript json payload proxy-server typescript
Last synced: 23 Dec 2024
https://github.com/tomashubelbauer/firefox-cors
Notes of working around CORS with Firefox localhost file: protocol
Last synced: 31 Dec 2024
https://github.com/hebahamdan2/weather-journal-app
Weather Journal App is a simple web application developed for the Udacity Frontend Web Developer Nanodegree program using the OpenWeatherMap API.
cors expressjs html-css-javascript nodejs openweathermap-api udacity-nanodegree
Last synced: 10 Dec 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/sujoncoder/japawords-server
JapaWords Server
bcryptjs cloudinary cookie-parser cors dotenv expressjs jsonwebtoken mongoose morgan multer nodejs nodemailer nodemon
Last synced: 16 Dec 2024
https://github.com/laksh2005/geekmate
An interactive community for developers and geeks, to grow together
cors expressjs mongodb mongoose-schema nodejs
Last synced: 11 Dec 2024
https://github.com/jonathanprojetos/tfc-trybe-football-club
TFC é um site informativo sobre partidas e classificações de times de futebol.
bcryptjs cors docker docker-compose dotenv express express-async-errors joi mysql2 nodejs nodemon sequelize sequelize-cli test typescript
Last synced: 11 Dec 2024
https://github.com/justsecret123/delivery-tracking-backend-api
Deployment in dev mode (local) & Production mode (Heroku) of an API.
api-rest axios cors expressjs javascript mongodb mongoose nodejs router
Last synced: 23 Dec 2024
https://github.com/crispengari/shopping-app-vue2.js-mevn
This is a simple shopping application that allows users to add items to the shopping basket and remove items from the shopping basket as well. This application is using MEVN stack.
axios cors css express html javascript js json mevn mevn-stack mongodb mongoose node nodejs scss typescript vue2 vuejs webdevelopment
Last synced: 16 Dec 2024
https://github.com/crispengari/shopping-app-ng
This is a simple shopping app using MEAN stack. This Online shop allow users to add products and remove products into the shopping cart.
angularjs cors css express html javascript mongodb mongoose nodejs scss typescript webapps webdevelopment
Last synced: 16 Dec 2024
https://github.com/crispengari/music-search-app-mevn-stack-vue2
THIS IS THE FRONT END OF THE MUSIC SEARCH APPLICATION WHICH SEARCHES FOR ALBUMS OF AN ARTIST AND SHOW THE USER ALL THE LIST OF ALBUMS FOR A SPECIFIC USER using an API from `theaudiodb.com`.
axios cors css css3 express html html5 javascript mevn-stack mongodb mongoose nodejs vue-router vue2 vuejs vuetify vuex webdevelopment
Last synced: 16 Dec 2024
https://github.com/amanmandal-m/exactspace-backend
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/sugrado/go-rest-api-template
Go backend (Rest API) project template with Chi and HTTP package.
cors go go-chi go-http go-playground-validator golang http pgx pgxpool postgresql slog squirrel
Last synced: 31 Dec 2024