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/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/hallowshaw/personal-portfolio

Welcome to my portfolio website! This repository contains the source code for my personal portfolio site, showcasing my skills, projects, and contact information.

cors css emailjs express html html5 javascript js mongodb nodejs portfolio portfolio-website

Last synced: 05 Jan 2025

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/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/varreltantio/text-to-image-openai

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

cors express nodejs openai reactjs

Last synced: 31 Dec 2024

https://github.com/renatospaka/canal-noticias

https://www.udemy.com/course/criando-apis-restful-utilizando-typescript-node-e-mongodb/

azure cors docker-compose javascript jwt mongodb redis rest-api typescript

Last synced: 05 Jan 2025

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/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/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/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/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/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/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/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/amanmandal-m/code_conversion_generator

This is Code conversion generator so developers or user they can convert their code in any languages.

cors css dotenv express-js html javascript mongoose node-js railway

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/mohaiminul375/gadget_hub_server

A full-stack functional based Gadget Product website(server_side)

cors dotenv expressjs mongodb

Last synced: 05 Jan 2025

https://github.com/pblnahu1/login-react-mysql-node

Login con React y NodeJS. Para el Front uso Axios. Para el Back uso Express, CORS y MySQL

axios cors expressjs javascript mysql nodejs react

Last synced: 02 Jan 2025

https://github.com/basedhound/crud-test-2_api

RESTful API built with Node.js and Express, featuring authentication, MongoDB integration, and full CRUD operations. It includes robust security and validation measures for secure data handling.

api bcrypt cors dotenv express helmet jsonwebtoken jwt mongodb mongoose mongoose-unique-validator multer nodejs

Last synced: 02 Jan 2025

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/chuksjoshuaa/project-management-system

A project management system built with Graphql, The frontend was built with React.js and boostrap. Users can add project, update and delete a particular project

bootstrap cors graphql mongodb mongoose node-js reactjs

Last synced: 12 Jan 2025

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

bs-cors is a Buckelscript binding to cors middleware

buckelscript-binding cors express reasonml

Last synced: 15 Dec 2024

https://github.com/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/hgschandeepa/recipies-app-mren-stack-

This is an app that users can save their own recipes and share with the community.

cors express jwt-authentication mongodb nodejs react tailwindcss

Last synced: 11 Jan 2025

https://github.com/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/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/mohaiminul375/furni-flex-server

https://furni-flex-server-rho.vercel.app/furniture

cors dotenv expressjs mongodb

Last synced: 05 Jan 2025

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

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

bcrypt cors dotenv expressjs helmet jsonwebtoken multer mysql nodejs react sequelize

Last synced: 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

https://github.com/kastorcode/gostack-module-16

Module #16 of the Rocketseat GoStack Bootcamp: Security at NodeJS/Continuing GoBarber API.

api backend bootcamp brazil cors course express gobarber goiania goias gostack javascript jsonwebtoken matheus module nodejs oliveira ramalho rocketseat yup

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

Server code of my personal web

cors express nodejs swagger typescript

Last synced: 09 Oct 2024

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/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/sanjaraiy/lms_backend

📚 Dive into the Backend of a Learning Management System Powered by Express Server in This Repository! 🚀

bcryptjs cloudinary cors dotenv expressjs jsonwebtoken mongodb morgan multer-storage nodemailer razorpay-payment

Last synced: 05 Jan 2025

https://github.com/kibria-khandaker/tourbooking-backend

The code hosting in to render platform for API connection with frontend site.

bcryptjs cookie-parser cors dotenv express jsonwebtoken mongodb mongoose

Last synced: 27 Nov 2024

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

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

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

Last synced: 27 Nov 2024

https://github.com/thegibi/proffy

Projeto desenvolvido durante a Next Level Week, um evento de Desenvolvimento Full Stack feito pela Rocketseat School.

cors expo expressjs javascript knex nodejs react-native reactjs sqlite3 typescript

Last synced: 05 Jan 2025

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/mvsde/browser-security

An abbreviated overview of browser security features.

browser cors csp origin security

Last synced: 05 Jan 2025

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

cors express openai-api

Last synced: 27 Nov 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/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/joaomni/devradar

🗺️ exibir devs próximos por geolocalização no maps

api cors expo-cli expressjs mongod mongoose react-hooks react-native react-navigation react-router reactjs stylesheet

Last synced: 12 Jan 2025

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

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