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/el-sherbini/lens

Social-media MERN Stack application, built with MongoDB, Express.js, React.js, Node.js, Redux, Material UI.

axios bcrypt cors expressjs googlelogin jwt mongodb mongoose nodejs reactjs redux redux-thunk social-media validator

Last synced: 22 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/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/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/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/kanokpit-yowaratch/json-server

A simple API with json-server

cors json-server

Last synced: 13 Nov 2024

https://github.com/renatobritodev/consuming-api

Mini project to consuming api.

api axios cors express javascript nodejs nodemon

Last synced: 22 Nov 2024

https://github.com/calebcadainoo/webscrapper

Web scrapper built for fun

cheerio cors express nodejs webscraper

Last synced: 24 Dec 2024

https://github.com/sachnaror/combined_django_react_root

Django and React Integration: Session Authentication, CORS, CSRF Protection, and Cookie Management

authentication-mechanisms cookies cors cross-origin-requests csrf django react session session-management web-security

Last synced: 22 Nov 2024

https://github.com/rishavconsolelog21/dealsdray

This repo is for DealsDray Task, whose Tech Stack in the MERN Stack. Which have User Register, Login and Logout and Employee management system

bcryptjs cors express-js javascript jwt-authentication mongodb reactjs

Last synced: 22 Nov 2024

https://github.com/sumansauravmay/addan_digital_solution_profile

This is a full stack app for the user profile where user can register, login, see his profile, logout and delete his the profile.

axio bcrypt chakra-ui cors css env expressjs html javasc jsonwebtoken mongodb-atlas mongoose nodejs nodemon react-hooks react-router-dom reactjs

Last synced: 22 Nov 2024

https://github.com/acsbitmen/login-backend

Este proyecto es un backend para un sistema de autenticación y gestión de usuarios (CRUD) desarrollado con Node.js, Express, y PostgreSQL. Proporciona una API segura que permite a los usuarios iniciar sesión, y ofrece funcionalidades de administración de usuarios para aquellos con el rol de administrador.

body-parser cors dotenv express-js express-rate-limit javascript jsonwebtoken nodejs pg sql

Last synced: 22 Nov 2024

https://github.com/himanshuraj98/speak-chat-app

A real-time chat application built using Node.js, Express.js, and Socket.io on the server-side, and HTML, JavaScript, and the Socket.io client library on the client-side.

cors express-js nodejs reactjs socket-io

Last synced: 22 Nov 2024

https://github.com/jmgogo/webapp-security

A repo covering the basics of web application security

cors csrf sql-injections xss

Last synced: 24 Dec 2024

https://github.com/atikur-24/mvc-architecture-template

MVC ARCHITECTURE TEMPLATE FOR EXPRESS SERVER

bcrypt cors expressjs jsonwebtoken mongoose nodejs

Last synced: 22 Nov 2024

https://github.com/carloshenriquefs/scheduling-financial

💵 - Scheduling financial transfers

cors h2-database hibernate java11 transfer

Last synced: 22 Nov 2024

https://github.com/zrnik/php-slim-cors

Slim Framework 4 CORS Middleware

cors middleware php php8 slim-framework slim4

Last synced: 22 Nov 2024

https://github.com/praveenkumar8754/colour-suggestions-be

Daily dress colour suggestions for women

bcryptjs cors express mongoose nodejs nodemailer nodemon

Last synced: 22 Nov 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/sashee/signed_urls_cors

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

aws cloudfront cors

Last synced: 01 Dec 2024

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/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/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: 22 Nov 2024

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/reiver/corsproxy

A proxy server for adding permissive CORS headers.

cors cors-proxy cross-origin-resource-sharing

Last synced: 25 Nov 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/manju1807/node-ts-express-template

A robust and secure Express.js boilerplate with TypeScript, featuring advanced security middleware, MongoDB integration, and tools for building production-ready Node.js apps.

advance-security boilerplate cors data-sanitization expressjs helmet mongoose nodejs nosql-injection produc product-ready secure-backend template typescript xss-protection

Last synced: 18 Dec 2024

https://github.com/heliolj/nlw-spacetime-api

Back-end usando NodeJS, Fastify, Prisma, TypeScript e mais tecnologias. Criado durante o evento da Rocketseat NLW.

axios cors dotenv eslint fastify jwt nodejs oauth prisma sqlite typescript zod

Last synced: 25 Nov 2024

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: 25 Nov 2024

https://github.com/sumaiyarimu22/proxima-server

Proxima is a powerful project management app built using the MERN stack. With proxima, users can create, update, and delete their own projects with ease. The app is highly secure, featuring robust JWT authentication and frontend route protection.

avast bcrypt cors dotenv express jsonwebtoken mongodb mongoose react validator

Last synced: 18 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/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/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/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/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/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/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/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/dadangdut33/personal-web-backend

Server code of my personal web

cors express nodejs swagger typescript

Last synced: 09 Oct 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/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/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/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/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/cosmosgenius/twitter-proxy

Twitter api proxy with cors support

api cors proxy twitter twitter-proxy

Last synced: 25 Dec 2024

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/sazidulalam47/nikah-noor-server

Secure Backend for Nikah Noor Matrimony Platform

cookie-parser cors dotenv expressjs json-web-token mongodb nodejs stripe

Last synced: 26 Nov 2024

https://github.com/sazidulalam47/softeasy-server

Digital Commerce and Blog Server Suite

api cors crud-operation express mongodb-database nodejs server

Last synced: 26 Nov 2024

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

Proxy Server for fetching API URLs to bypass CORS warnings

cors express nodejs

Last synced: 01 Dec 2024

https://github.com/dunghenry/blog_mern

full stack ( nodejs + express + mongodb + reactjs + redux)

axios body-parser cors dotenv expressjs mongodb mongoose morgan nodejs nodemon react

Last synced: 26 Nov 2024

https://github.com/dunghenry/express_authentication

Authentication , connect multiple db and save accesstoken to redis

bcrypt cors date-fns expressjs helmet joi jsonwebtoken morgan nodejs nodemon redis

Last synced: 26 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/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/devendracollage/node.js-crud-api

This repository contains the source code for a REST API built using Node.js and Express.js. The API provides endpoints for perform CRUD with Fitness Challenge Topic.

cors express-js mongoose node-js reactjs

Last synced: 26 Nov 2024

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: 02 Dec 2024

https://github.com/atxtechbro/hue_api

A simple Flask and React-based web application that controls Philips Hue lighting scenes. Focused on creating and managing custom lighting environments like 'Wind Down' and 'Work From Home' to enhance productivity and relaxation. Supports seamless cross-origin communication between the frontend and backend with Flask-CORS.

api cors cross-origin-resource-sharing flask iot javascript lighting-control philips-hue python react smart-home web-development

Last synced: 26 Nov 2024

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