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/panda4817/serverless-api

My own serverless API with several Netlify lambda functions to get data from third party APIs, with CORS enabled.

api cors javascript lambda-functions netlify npm severless

Last synced: 03 Jan 2025

https://github.com/hezhii/cross-domain-example

A example of the CORS on Node.js

cors nodejs

Last synced: 21 Jan 2025

https://github.com/loadmill/express-loadmill

Express middleware to enable crowdsourced load simulations via loadmill.com

ci cors express load-testing loadmill node

Last synced: 29 Nov 2024

https://github.com/luiizsilverio/api-vendas

API de Vendas desenvolvida em Node durante o curso de API Rest do prof. Aluizio Dev.

celebrate cors date-fns dotenv handlebars joi jsonwebtoken multer nodejs postgres typeorm typescript

Last synced: 06 Dec 2024

https://github.com/belchenkov/devcamper_nodejs

This is a project based course where i build an extensive, in-depth backend API for DevCamper, a bootcamp directory app.

bcryptjs colors cookie-parser cors crypto dotenv express-fileupload express-mongo-sanitize express-rate-limit expressjs helmet hpp jsonwebtoken mongodb mongoose morgan nodejs nodemailer slugify xss-clean

Last synced: 05 Jan 2025

https://github.com/luiizsilverio/partytime

Aplicação Node + Mongoose

cors jsonwebtoken mongoose multer nodejs

Last synced: 06 Dec 2024

https://github.com/njeruthuo/letsplaybackend

API backend system for my dating app

cors django django-rest-framework docker docker-compose

Last synced: 15 Jan 2025

https://github.com/njeruthuo/blog-final

This is an API designed to serve blogs to a react app

backend-api cors django django-rest-framework

Last synced: 15 Jan 2025

https://github.com/karthik2917k/zee5serve

repo maintain API's for zee5-cloned repo and this backend deployed on cyclic.sh

bcrypt cors express githuboauth googleoauth jwt mongodb nodejs oauth

Last synced: 25 Nov 2024

https://github.com/jlee55504/we-love-movies-project

The back-end of a web application that displays information on theaters, movies, and movie reviews.

back-end-development cors dotenv express-middleware expressjs jest knexjs morgan nodemon pg postgresql software-engineering sqlite3 supertest web-development

Last synced: 22 Jan 2025

https://github.com/luiizsilverio/node-typescript

API desenvolvida em Node, durante o curso do Prof. Aluizio Developer

bcryptjs celebrate cors cowsay express jsonwebtoken knex multer node nodejs sqlite sqlite3 typescript

Last synced: 06 Dec 2024

https://github.com/databytesun/task-tracker

A Todo App is a great beginner project because it covers the basics of full-stack development. Here we have a backend API with Node.js and Express, which interacts with a MongoDB database, and connect everything with a React front end.

cors dotenv express-js mern mern-project mern-stack mongodb mongodb-database nodejs nodemon postman react reactjs

Last synced: 10 Jan 2025

https://github.com/ranaivomahaleo/tranoutilsbundle

Add json httpstatus support, CORS headers support and .env file reader support to Symfony application.

cors cors-request environment-variables httpstatus jsonapi php symfony symfony-bundle

Last synced: 12 Nov 2024

https://github.com/luiizsilverio/happy-back

Back-end da aplicação Happy (web e mobile), desenvolvido em Node (NLW03)

cors multer nlw nodejs rocketseat sqlite typeorm yup

Last synced: 06 Dec 2024

https://github.com/younusfoysal/axion-pay-server

Axion Pay is a basic MFS(Mobile Financial Service) application (like bKash or Binance)

bcryptjs body-parser cookie-parser cors dotenv express jsonwebtoken mongodb

Last synced: 22 Jan 2025

https://github.com/younusfoysal/eddox-hub-server

The Eddox-Hub Server is a backend service for a web application built using Node.js, Express, and MongoDB.

cookie-parser cors dotenv expressjs jsonwebtoken mongodb nodejs nodemon

Last synced: 22 Jan 2025

https://github.com/younusfoysal/happy-tour-server

Backend for Happy Tour, streamlining travel planning, user authentication, booking management, and data storage for a smooth travel experience.

cors dotenv expressjs mongodb nodejs

Last synced: 22 Jan 2025

https://github.com/phuonghieuto/nestjs-auth-backend

A NestJS backend for user authentication, including registration, login, and user retrieval, using MongoDB, Swagger for API docs, and CORS for specified frontend URLs.

authentication cors mongodb nestjs swagger typescript

Last synced: 22 Jan 2025

https://github.com/hawkpraveen/password_reset_back_end

This repo contains NodeJS Day 3 Task of MERN Stack. Password Reset Flow.

bcryptjs cors dotenv nodejs nodemon-express render toastify

Last synced: 11 Jan 2025

https://github.com/hawkpraveen/rps-be

Simple rock paper sicissor game.

cors m mongoose nodejs nodemon

Last synced: 11 Jan 2025

https://github.com/goldenhub/fullstackopen-part4

Implementing a standard node directory structure in a simple POST and GET blog app

cors dotenv eslint expressjs middlewares mongodb mongodb-atlas mongoose-schema mongoose-validation mongoosejs nodejs nodemon

Last synced: 11 Jan 2025

https://github.com/udokailodigwe/memories-app-server

Worked on an API with RESTful pattern. It interfaces my MongoDB database to serve resources to client requests endpoints

cors express javascript mongoose node nodemon

Last synced: 13 Jan 2025

https://github.com/cedric921/-dga-chat-mearn-socket-frontend

a real time chat in express, socket.io, mongo, ts in backend and next, redux toolkit in frontend

cors expressjs javascript jwt nextjs nodejs reactjs redux reduxtoolkit render rest tailwindcss typescript vercel

Last synced: 21 Jan 2025

https://github.com/vic778/stock_app

this app is a simple investment portfolio management system that allows users to track their investments and view performance metrics. first of all the user should create an account, loggin in trougth the token and create a portfolio. the app has services to calculate the profit and lost, it has filter such as year and it can download the csv file

cors devise jwt-token postgresql rspec rubocop ruby-on-rails third-party

Last synced: 18 Jan 2025

https://github.com/arpit-shrivastva/todo-mern

The MERN stack (MongoDB, Express.js, React, and Node.js) is a powerful set of technologies used to build full-stack web applications. In a MERN Todo app, MongoDB serves as the NoSQL database to store todo items, providing flexible schema design and scalability.

api body-parser cors express mern-stack mongodb node react todo

Last synced: 14 Jan 2025

https://github.com/arpit-shrivastva/video-app

The video streaming app backend built with Node.js provides a robust infrastructure to efficiently handle video content delivery. Leveraging Node.js's event-driven architecture, it ensures high scalability and performance. Utilizing libraries like Express.js.

cookies-parser cors env expressjs nodejs prettier

Last synced: 14 Jan 2025

https://github.com/deepak-tiwari-dt/foodie-light-server

A Food site made using HTML, CSS, JavaScript, React, React Hook Form, API, Axios, Frontend, Backend, Express.

api backend cors css express html javascript node nodemon react server vercel

Last synced: 20 Dec 2024

https://github.com/joacim-boive/lambda-cors-proxy

A simple CORS enabled proxy ready to deploy to AWS

aws aws-lambda aws-lambda-node cors cors-proxy lambda nodejs proxy

Last synced: 19 Jan 2025

https://github.com/rakrishna16/authentication_authorization

Node JS User Authentication and Authorization with Bearer Token.

cors dotenv express jsonwebtoken node nodemon

Last synced: 06 Jan 2025

https://github.com/lucasdants/nodejs-devradar

DevRadar is a project developed during the Semana Omnistack presented by Rockeseat. This project is a way to find near devs by techs.

axios cors express mongoose socketio typescript

Last synced: 21 Jan 2025

https://github.com/jsinkx/blog-post-platform-backend

Microservice backend application blog post platform. User authentication, blogs and posts create. Typescript node.js express CRUD project

bcrypt cors express express-validator jwt mongodb multer typescript

Last synced: 09 Jan 2025

https://github.com/pranosa/go_cors_test

CORS Testing Utility - Test for SIMPLE Cors and Preflight Request CORS, Test Support for Methods and Headers Against Origin

cors cors-request

Last synced: 14 Jan 2025

https://github.com/bruno-c-p/rocket-movies

A fullstack app built with React and Node.js where users can register movies by adding a name, description, rating, and tags. This app helps organize and categorize movies in a simple way.

axios bcryptjs cors dotenv eslint express jest jwt knex multer nodejs phosphor-icons pm2 prettier react sqlite tailwindcss vite

Last synced: 06 Dec 2024

https://github.com/bkpecho/quote-generator

This responsive quote generator, built using HTML, CSS, and JavaScript, features modern and professional-looking repeatable SVG background patterns from Hero Patterns. The Forismatic API is used for dynamic quote retrieval and easy content updates, while Twitter web intent is integrated for easy sharing of inspiring quotes.

api async-await cors css3 css3-animations flexbox html5 javascript twitter-web-intents

Last synced: 14 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/kalai64/backend

My Computer = Backend Code

cors expressjs moongose nodejs

Last synced: 20 Jan 2025

https://github.com/kushrm2803/admin-dashboard

A comprehensive, responsive, and dynamic admin dashboard for business analytics built with the MERN stack.

admin-dashboard cors expressjs mern mongodb nivo-charts nodejs reactjs redux

Last synced: 19 Nov 2024

https://github.com/shakilpendhari/todo

This is my backend project.

cors expressjs jwt mongodb nodejs

Last synced: 14 Dec 2024

https://github.com/marcel-msc/auth-server

Nodejs sever to learn how to use jsonwebtoken, authentication a user and to create, delete and update user information

bcryptjs cors dotenv express jsonwebtoken lowdb

Last synced: 06 Dec 2024

https://github.com/zeky84/javascript

Leveraging JavaScript dynamism to manage User/create-submit account without refreshing or changing .html view

cors fetch-api javascript

Last synced: 22 Jan 2025

https://github.com/kainemon/tanaoshi

an anime streaming & manga reading provider RESTful API.

anime anime-scraper anime-streaming axios cheerio cors hono manga manga-reading manga-scraper swagger typescript

Last synced: 26 Dec 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: 16 Jan 2025

https://github.com/alexferl/falcon-crossorigin

A simple Falcon module for Cross-Origin Resource Sharing (CORS)

cors cors-enabled falcon falcon-cors falcon-framework falcon-middleware python-falcon

Last synced: 13 Oct 2024

https://github.com/jpblicer/metal-api

Ruby Backend API for storing Metal Bands

api cors heavy-metal ruby

Last synced: 22 Jan 2025

https://github.com/bytebigboss/bcors

A CORS utility library for Java web applications.

cors java java-ee-7

Last synced: 29 Nov 2024

https://github.com/fabianroy/my-first-server

Connecting with Frontend

api backend cors expressjs nodemon server

Last synced: 11 Jan 2025

https://github.com/willdarkins/sticky-quips-backend

Backend & database production for note taking application that resembles a sticky note format attaching links and short reminders

body-parser cors dotenv express mongodb mongoose nodejs

Last synced: 24 Nov 2024

https://github.com/willdarkins/file-share-backend

Backend & database production for a file sharing application built with NEXT.js allowing users to download & send files to friends via links

body-parser cloudinary cors dotenv express mongodb mongoose multer nodemailer typescript

Last synced: 24 Nov 2024

https://github.com/piotrgrobelak/work-with-flowers-backend

Backend version for Work with Flowers App

cors express mongodb mongoose node-js passportjs

Last synced: 22 Jan 2025

https://github.com/noderaider/universal-cors

CORS middleware implementation with emphasis on configurability of dynamic origins.

cors cors-middleware dynamic-origins express universal-cors

Last synced: 20 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: 16 Jan 2025

https://github.com/rajeshkumar7678/babybloom_backend

BabyBloom.com is a clone project inspired by FirstCry.com, this repository for the backend part like fetching the product from backend and logn signup

bcrypt cors express-js jsonwerbtoken mongodb mongoose nodejs nodemon

Last synced: 15 Dec 2024

https://github.com/prasanth2817/mybarber-app-backend

MyBarber Application is an application built for users to book and manage appointments at salons. Users can select stylists, services, and specific dates and times. Business users have a separate dashboard for managing appointments and services.

bcryptjs cors dotenv express jsonwebtoken jwt-authentication mongoose multer

Last synced: 02 Jan 2025

https://github.com/ajmain-fayek/structomate-server

A single-building management app for adding renters, managing agreements, sending announcements, and enabling rent payments. Backend powered by Express.js, MongoDB, JWT for authentication, cookie-parser for session management, CORS for cross-origin requests, and dotenv for environment variables.

cookie-parser cors dotenv expressjs javascript jesonwebtoken mongodb serve-favicon

Last synced: 19 Jan 2025

https://github.com/abdurraahimm/online-quran-api

This is a simple API that provides the Quran in JSON format.

axios cheerio cors expressjs nodejs

Last synced: 05 Jan 2025

https://github.com/patmaz/publicapi

API with JWT authentication + websockets + data scraping

api bcrypt cors crud data-scraping firebase graphql jwt jwt-authentication nodejs real-time websockets

Last synced: 20 Jan 2025

https://github.com/epomatti/cors

CORS sandbox

cors javascript nodejs

Last synced: 17 Jan 2025

https://github.com/camruthav/bookstore-app_mern

Bookstore App Using MERN Stack

cors crud mern-stack vite webdevelopment

Last synced: 22 Dec 2024

https://github.com/washira/express-guides

Advanced Express.js guides with multiple features

cookie-parser cors express jwt mysql2 nodejs

Last synced: 20 Jan 2025

https://github.com/niteshrawat0401/jwt-authentication

This is Full Stack JWT Authentication Application.

cors expressjs jwt-authentication middleware mongodb mongoose nodejs reactjs

Last synced: 16 Jan 2025

https://github.com/luiggi-piero/store-server

Backend del sistema store-frontend, permite realizar el pago a través de stripe

cors dotenv express node stripe

Last synced: 07 Dec 2024

https://github.com/sharpwit/server-for-test

A webserver docker container based on express for testing RESTful app

cors docker express javascript nodejs webserver

Last synced: 24 Nov 2024

https://github.com/niteshrawat0401/techo2

Users can log in, access their details securely. Admins have access to all user accounts for efficient management.

bcrypt cors dotenv expressjs jwt-token mongodb mongoose nodejs nodemon reactjs reactrouterdom

Last synced: 16 Jan 2025

https://github.com/niteshrawat0401/faircent

Accurate BMI calculations for individuals, helping assess health and fitness levels based on height and weight measurements.

axios bcrypt cors dotenv expressjs jsonwebtoken material-ui mongodb mongoose nodejs nodemon react-router-dom reactjs

Last synced: 16 Jan 2025

https://github.com/niteshrawat0401/-dazzler_software

This is an admin panel that provides the ability for administrators to create, delete, and search user accounts. It also includes comprehensive validation for user signup and login processes.

axios bcrypt cors dotenv expressjs jsonwebtoken mongodb mongoose nodejs nodemon react-router-dom reactjs

Last synced: 16 Jan 2025

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