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/jsamuelap/apv-mern-backend

Backend del Administrador de Pacientes de Veterinaria del curso JS Moderno

bcrypt cors dotenv express js jsonwebtoken mongo-db mongoose nodejs nodemailer nodemon

Last synced: 17 Nov 2024

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

A example of the CORS on Node.js

cors nodejs

Last synced: 20 Nov 2024

https://github.com/qridwan/digma.-solution-server

used MongoDB noSQL database for backend through Node js & Express for DIGMA solution client site

backend cors dotenv expressjs mongodb nodejs server

Last synced: 17 Nov 2024

https://github.com/anasyakubu/prisma-tutorial

The Prisma Tutorial repository offers a comprehensive guide to using Prisma for database management. This project includes step-by-step examples and best practices for integrating Prisma with your applications, covering schema design, queries, and migrations. Ideal for developers looking to learn and implement Prisma effectively.

cors dotenv expressjs javascript nodejs prisma prisma-client prisma-orm yarn

Last synced: 17 Nov 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/dhartisangani/indiefoods-backend

IndieFoods is a home-cooked food subscription platform created to empower the indie chefs, the superstars who cook great food at home and want to take it a step higher. Our users will have the choice of multiple meal plans and chefs within their area.

cors express firebase mocha nodejs razorpay

Last synced: 17 Nov 2024

https://github.com/furkan-dogu/productapi-2

This project is a RESTful API developed using Node.js and Express. The API interacts with a MongoDB database and is documented with Swagger.

cors dotenv expressjs mongodb mongoose nodejs redoc-express swagger-autogen swagger-ui-express

Last synced: 20 Nov 2024

https://github.com/furkan-dogu/blog-app-be

This project is a RESTful API developed using Node.js and Express. This API is designed for a Blog App project and handles blog, category, comment and like operations. The API interacts with a MongoDB database and is documented with Swagger.

cors dotenv express-async-errors expressjs mongoose nodejs redoc-express swagger-autogen swagger-ui-express

Last synced: 20 Nov 2024

https://github.com/furkan-dogu/stockapi

This project is a RESTful API developed using Node.js and Express. The API interacts with a MongoDB database and is documented with Swagger. It supports CRUD operations for auth, user, category, brand, firm, product, purchase, and sale sections, and secures transactions with token and JWT.

cors dotenv express express-async-errors jsonwebtoken mongodb mongoose nodejs redoc-express swagger-autogen swagger-ui-express

Last synced: 20 Nov 2024

https://github.com/furkan-dogu/productapi

This project is a backend application developed using Express.js and MongoDB. The application is capable of performing basic CRUD (Create, Read, Update, Delete) operations such as managing products and users. Additionally, it handles common needs like session management and error handling.

cookie-session cors dotenv express-async-errors expressjs mongoose nodejs redoc-express swagger-ui-express

Last synced: 20 Nov 2024

https://github.com/furkan-dogu/blogapp-api

This project is a RESTful API developed using Node.js and Express. The API interacts with a MongoDB database and is documented with Swagger.

cors dotenv express-async-errors expressjs mongodb mongoose nodejs redoc-express request-ip swagger-autogen swagger-ui-express validator

Last synced: 20 Nov 2024

https://github.com/furkan-dogu/library_be

This project constitutes the backend part of a book management system. It provides RESTful APIs using Express.js and performs basic operations on books over an MongoDB database.

cors dotenv express-async-errors express-js javascript mongoose nodejs redoc-express swagger-ui-express

Last synced: 20 Nov 2024

https://github.com/gaplo917/hkepc-cors-dev-proxy

HKEPC Development CORS proxy for faster development on HKEPC Ionic Reader

cors hkepc hkepc-ionic-reader hkepc-ir proxy

Last synced: 20 Nov 2024

https://github.com/vertikajain/first-graphql-project

Example of GraphQL in NodeJS and ReactJS using Apollo Client and GraphiQL.

apollo-client cors express graphiql graphql nodejs reactjs

Last synced: 17 Nov 2024

https://github.com/sa-190/api-connection

this easy application contain 3 branches. master branch include api and project branch include windows form application for connect to api. and project2 branch include asp.net web application to connect the api. to run to this application, you require to IIS manager activation and publish api with this. and you have to install CORS inside your api project. for prevent to this error: Access to XMLHttpRequest at 'http://xxx/api' from origin 'https://yyy' has been blocked by CORS policy: No 'Access-Control-Allow-Origin' header is present on the requested resource.

api cors script webapi windowsforms xml xmlhttprequest

Last synced: 17 Nov 2024

https://github.com/rogersanctus/recaptcha

A simple proof of concept for Captcha validations - backend

cloudflare-turnstile cors csrf elixir erlang-ets phoenix-framework

Last synced: 20 Nov 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/anveshnalimela/ead

This repository contains projects and documentation related to Enterprise Application Development (EAD) labs. It focuses on building robust, scalable, and secure applications tailored for enterprise environments.

cors crud css express html javascript mongodb mongodb-replica-set react vite

Last synced: 17 Nov 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: 08 Nov 2024

https://github.com/henrique1204/nodejs-typescript-api-mensagens

API desenvolvida em curso com NodeJS, TypeScript e MongoDB.

cors express javascript mongodb mongoose nodejs typescript

Last synced: 22 Dec 2024

https://github.com/madhuranga-skp/mern-backend

MERN Full-Stack web app with CRUD operations created using Redux - BACKEND

cors express mongodb mongoose nodejs

Last synced: 18 Nov 2024

https://github.com/swat1563/ed_tech_llm

The SEL Assistant Chatbot Backend, developed using Django REST Framework, integrates Azure OpenAI and LangChain to provide robust API support and advanced language processing for a student-focused chatbot, ensuring effective and secure emotional and social support.

azure chatbot cors django django-rest-framework drf langchain langchain-python llm openai openai-chatbot prompt-engineering

Last synced: 20 Nov 2024

https://github.com/swat1563/django-frontend-social-library

Created Social Library application by Django then deploy it on AWS by using Docker and Nginx

api-client aws aws-ec2 cors django django-rest-framework docker docker-compose dockerfile jwt nginx postgresql route53

Last synced: 20 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/jacksonsantin/shopping

Esse aplicativo tem a finalidade de diminuir o consumo de papel e poupar sua memória de precisar se lembrar de uma lista de compras

axios cors expo expo-google-fonts express github insomnia ionicons knexjs markdown-emoji nodejs npm react-native react-navigation sqlite ts-node typescript vscode yarn

Last synced: 18 Nov 2024

https://github.com/jacksonsantin/happy_nlw3

Projeto desenvolvido durante o workshop da Rocketseat, o NLW#3, com o objetivo de cadastrar orfanatos nas cidades para que as pessoas possam levar alegria para a criançada :D

axios cors expo expo-image-picker express express-async-errors imagepicker multer react react-icons react-leaflet react-native react-native-maps sqlite3 typeorm typescript yup

Last synced: 18 Nov 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/sakshi2215/youtube_clonebackend

This repository contains the backend code for a YouTube-like application. It provides the necessary APIs and services to handle user authentication, video uploads, comments, likes, and other functionalities. The backend is built using Node.js and Express, and it interacts with a database to store and retrieve data.

bcrypt bcryptjs cookie-parser cors javascript jsonwebtoken jwt-auth mongodb multer nodejs

Last synced: 20 Nov 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: 07 Nov 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/ivan-corporation/chartjs-react-with-api

Charts JS examples with coinranking API 🥧

chartjs chartjs-2 cors react

Last synced: 18 Nov 2024

https://github.com/samedfft2634/fullstack_library_management_system

This project is a Library Management System. Users can add, delete and update books.

cors dotenv expressjs mui pg react sequelize-orm sqlite3 toast-notifications

Last synced: 20 Nov 2024

https://github.com/jai0212/chore-hero

A fullstack web application to connect users with skilled professionals for services like cleaning, plumbing, etc. Created using the MERN Stack (MongoDB, Express, React, Node.js) with Vite.

axios bcrypt cors css dotenv express fullstack html javascript jsonwebtoken mern-stack mongodb mongoose multer nodejs react stripe validator vite

Last synced: 18 Nov 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/manastiwari-ir/news-web-scraper

The News Scraper Web Application is a project designed to scrape and present the latest news headlines along with their associated images

beautifulsoup4 cors flask javascript python

Last synced: 20 Nov 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/dauntlessdev/basic-mern-web

simple application for integrating mern tech

axios cors fullstack mern nodemon

Last synced: 15 Dec 2024

https://github.com/maximoospital/download-proxy

Demo for using a NuxtJS server as a proxy to avoid CORS-related trouble when downloading files form an external server.

axios cors download nuxtjs nuxtjs-template nuxtjs2 proxy v2

Last synced: 24 Nov 2024

https://github.com/terieyenike/imagen-server

Express.js API designed to deliver random prompts seamlessly.

cors dotenv expressjs openai prisma xata

Last synced: 19 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: 18 Nov 2024

https://github.com/jonoman55/rockstar-status-api

Pulls data from the Rockstar Services Status Page and converts the data into lightweight API requests.

axios cors express express-async-handler express-rate-limit morgan nodejs nodemon winston

Last synced: 21 Nov 2024

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: 21 Nov 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: 21 Nov 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: 21 Nov 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/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/shivamkumar24/idea-clan-social-media

This is a backend server application for a basic social media platform built with Node.js, Express, MongoDB, and GraphQL.

axios bcrypt chakra-ui cors dotenv express-graphql expressjs graphql jsonwebtoken mongoose nodejs nodemon react react-icons react-router-dom

Last synced: 07 Nov 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: 07 Nov 2024

https://github.com/deepashrisg/studentmanagement

A Node.js app to manage student data with secure authentication, MongoDB integration, and APIs for student operations.

cors express mongodb mongoose nodejs nodemon-express

Last synced: 15 Dec 2024

https://github.com/trevor4n/hurdle-backend

Backend for: https://github.com/trevor4n/hurdle

api cors express node-fetch rest

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

https://github.com/rjtravelhelpline/backend-jts

Backend - Jaipur Taxi Service

cors express nodejs zod

Last synced: 15 Dec 2024

https://github.com/temurbek2310/swagger_express_js

Practice Express js and Swagger ui for managing products.

bcrypt cors express-js swagger-ui

Last synced: 15 Dec 2024

https://github.com/takbirgazi/oclub-server

This Server Using Modular Design Pattern

cors dotnet express modular modular-design mongodb nodejs

Last synced: 21 Nov 2024

https://github.com/gustavo361/amazon-scraper

Form to get products data from Amazon API

amazon api axios backend cors express frontend fullstack-development jsdom nodejs

Last synced: 21 Nov 2024

https://github.com/gustavo361/amazon-api-server

Backend folder from forms to get products data from Amazon API

axios backend cors express javascript jsdom server

Last synced: 21 Nov 2024

https://github.com/mwakaambrose/moood-backend

This is the nodejs backend to any one of the moood clients

cors expressjs mysql nodejs sequelize

Last synced: 07 Dec 2024

https://github.com/nitinkondhari03/electroshop

ElectroShop is an online platform that sells electronic items, including mobile phones, laptops, earbuds, earphones, smartwatches, and other gadgets.

bycrypt-js cashfree cloudinary cookies cors crypto dotenv express-js firebase jsonwebtoken mongodb mongoose node-js nodemailer react-icons react-js react-router-dom redux-toolkit tailwind-css

Last synced: 25 Nov 2024

https://github.com/shivamkumar24/seat-reservation-appication

This assignment is given by unstop company.

axios cors expressjs mongoose nodemon react react-dom

Last synced: 07 Nov 2024

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

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