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/jailsonsf/middlewares_nodejs-todolist

[Ignite] Desafio 02 - Trilha Node.js. Neste desafio vamos usar os conceitos de middlewares no projeto desenvolvido no desafio anteior

cors express jest nodejs nodemon supertest uuid

Last synced: 24 Nov 2024

https://github.com/roy7077/awsar

Awsar is a MERN project designed to streamline the internship application process. Students can easily search and apply for internships, while admins can effortlessly post new opportunities. Built with Node.js, Express.js, React.js, and MongoDB Atlas, and deployed on Render and Netlify for scalability and efficiency

bcrypt cloudinary cookie-parser cors dotenv express-fileupload expressjs jwt-authentication mongodb mongoose nodejs nodemailer nodemon otp-authentication otp-generator reactjs

Last synced: 16 Nov 2024

https://github.com/roy7077/sarswati

Sarswati Backend is a Node.js application built with Express and MongoDB, designed to support an educational platform with roles for students, instructors, and administrators. It includes features for user authentication, course management, payments, and more

bcrypt cloudinary cookie-parser cors dotenv express-fileupload express-js jwt-authentication mongodb mongoose nodejs nodemailer otp-generator razorpay render

Last synced: 16 Nov 2024

https://github.com/sharmasanchay/onlinecodecomplier

The Online Code Compiler is a powerful web application that allows users to write, compile, and execute code in various programming languages directly from their browser. Built with React.js, Node.js, Express.js, and MongoDB, it supports multiple languages, real-time output, making it an essential tool for coding enthusiasts.✨👍

backend c cors cpp css express java javascript mongdb nodejs pytho reactjs

Last synced: 07 Dec 2024

https://github.com/jailsonsf/stant-test

Organizador de palestras, consiste em uma api que recebe um arquivo com uma lista de propostas de palestra e retorna as palestras organizadas por horário

axios cors express javascript multer nodejs nodemon react vite

Last synced: 24 Nov 2024

https://github.com/priyabratagig/mern-jobrambo-api

Job portal made with MERN, with practial approach for security, architecute, database, and code oranisaition

authentication cookie cors cryptojs exception-handling express jsonwebtoken middleware mongodb mvc rest-api

Last synced: 15 Nov 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/emmanuel-ezekiel/backend-resturant-review

backend for the restaurant-review using NODE,CORS,EXPRESS AND Mongo

cors expressjs mongodb nodejs

Last synced: 16 Nov 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/sauraverse/google-docs-clone

React based Text-editor with real-time collaboration in document editing implemented using socket.io

cors create-react-app mongodb mongoose nodejs quilljs react socket-io

Last synced: 15 Nov 2024

https://github.com/sohanemon/express-ts

Express TypeScript Starter designed to be a comprehensive template for building high-quality web applications using Express with TypeScript.

cookie-parser cors eslint express filebaserouting helmet husky morgan nodejs nodemon prettier ts-node typescript

Last synced: 15 Nov 2024

https://github.com/joao-sillva/food-explorer-backend

Food Explorer, desafio final do Explorer da Rocketseat

bcrypt cors dotenv express jwt knex multer nodejs sqlite

Last synced: 15 Nov 2024

https://github.com/nitinkondhari03/voting_app

A secure voting app with user authentication, authorization, and admin functionalities, allowing users to cast votes, preventing duplicate votes, enabling the admin to view all votes, and providing a button to determine the winning candidate while closing the voting forms.

axios bcryptjs body-parser cors dotenv expressjs jsonwebtoken nodejs nodemon pg postgresql-database react-icons react-router-dom reactjs sequelize

Last synced: 15 Nov 2024

https://github.com/orion-inc/ezi-authentication-web-service

:rocket: A simple yet elegant typescript express server for the ezi-reporting systems. Contains all the necessary endpoints for making things better and simple.

authentication authorization body-parser cors expressjs mongodb mongoose nodejs nodemon pm2 typescript

Last synced: 15 Nov 2024

https://github.com/spm999/ai-certs

The application supports creating, reading, updating, and deleting (CRUD) tasks. Each task has a title, description, status (e.g., pending, in-progress, completed), and due date.

cors expressjs git inmemory-db nodejs react-router-dom reactjs render rest-api vercel

Last synced: 15 Nov 2024

https://github.com/spm999/medical-portal

It is a comprehensive web application designed to streamline healthcare management between doctors and patients. Built using React for the frontend and Node.js with PostgreSQL (NeonDB) for the backend, the system facilitates secure doctor registration, patient signup, login functionalities, and robust management of PDF documents.

bcryptjs cors css doctor jwt-authentication medical-care multer neondb nodejs nodemon npm postgres react react-router-dom

Last synced: 15 Nov 2024

https://github.com/epomatti/cors

CORS sandbox

cors javascript nodejs

Last synced: 17 Nov 2024

https://github.com/bqardi/sunes-ostebiks

Skoleopgave, hvor vi laver fetch kald til vores (oste) API.

api cors express fetch skoleopgave token

Last synced: 15 Nov 2024

https://github.com/andreinalima/souldecor-back

E-commerce de casa e decoração, feito como requisito do projeto final para o bootcamp fullstack react-node da soulcode.

cors express mysql nodejs

Last synced: 15 Nov 2024

https://github.com/dhartisangani/evian-backend

A one-stop solution to all your EV Charging problems. It will significantly impact users' time and effort. Instead of finding EV stations and empty slots physically, You can now explore various stations, compare prices and book slots from home.

chai cors express node pino razorpay swagger

Last synced: 17 Nov 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/njeruthuo/letsplaybackend

API backend system for my dating app

cors django django-rest-framework docker docker-compose

Last synced: 15 Nov 2024

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

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

BeTheHero is a project developed during the Semana Omnistack presented by Rockeseat. This project is a way to help ONGS.

celebrate cors express jest knex sqlite3 supertest typescript

Last synced: 20 Nov 2024

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

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

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

In this page is used to track the expenses and calculate our Income

bcrypt cors dotenv express javascript jsonwebtoken mongodb mongoose nodejs nodemon

Last synced: 09 Jan 2025

https://github.com/sumaiyabanu15/airbnb-backend

This is Airbnb Clone - Full Stack room booking page

bcrypt cors dotenv express jwt-token mongoose nodejs nodemon

Last synced: 09 Jan 2025

https://github.com/t2ne/sound808

Rest API project that uses Express, Cors and MySQL for backend and Svelte for frontend. API tested on Thunder Client, Postman and Swagger Documentation.

cors express mysql nodemon rest-api svelte swagger-docs

Last synced: 03 Jan 2025

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/laynef/node-secure-cors

CORS for Node.js that does not allow wildcards for Subdomain attacks

cors security subdomains

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/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/olyathecute/localchat-server

Server for real time chat

cors express nodemon socket-io

Last synced: 29 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/biswarup14/crud-employee-management-basic

Backend (dotNet 6) and Frontend (React JS) both // dotnet core webapi + Entity framework // Code first approach

cors dotnet-core reactjs

Last synced: 03 Jan 2025

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/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/geraldo-gja/estudo-spring-security-jwt

Aplicação para Autenticação e Autorização atravéz de token JWT

cors h2-database java jwt-token rest-api roles-permissions spring-boot spring-security

Last synced: 10 Jan 2025

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/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/abtaaahi/cholo-kini-api

A backend API for sending order confirmation emails.

cors expressjs nodejs nodemailer

Last synced: 17 Dec 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/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

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