Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Invocations of
fetch()
orXMLHttpRequest
- Web Fonts (for cross-domain font usage in
@font-face
within CSS), so that servers can deploy TrueType fonts that can only be loaded cross-origin and used by websites that are permitted to do so - WebGL textures
- Images/video frames drawn to a canvas using
drawImage()
- CSS shapes from images
- scripts
- iframes
- GitHub: https://github.com/topics/cors
- Wikipedia: https://en.wikipedia.org/wiki/Cross-origin_resource_sharing
- Created by: WHATWG, Matt Oshry, Brad Porter, Michael Bodell, Tellme Networks
- Released: May 2006
- Related Topics: xhr, ajax, jsonp, content-security-policy,
- Last updated: 2024-11-16 00:05:46 UTC
- JSON Representation
https://github.com/anfibiacreativa/myapp-server
Just a GraphQL server
cors express graphql-server nodejs
Last synced: 26 Oct 2024
https://github.com/robertov8/semana-omnistack-11.0
Semana OmniStack 11.0
axios cors expo express knex react react-icons react-native react-navigation react-router-dom sqlite3
Last synced: 07 Nov 2024
https://github.com/aabbtree77/auth-starter-backend
Backend for a complete session-based user authentication: Bun, Hono, Drizzle, SQLite.
authentication authorization backend-api bun cookie cors credentials crud drizzle hono minimalism ngrok security session sqlite typescript user-password xss
Last synced: 07 Nov 2024
https://github.com/devaoto/rust-m3u8-proxy
A M3U8 CORS Proxy written in Rust
cors cors-proxy m3u8-cors-proxy m3u8-proxy rust rust-lang rust-warp warp warp-rust
Last synced: 12 Oct 2024
https://github.com/muskan2532150/fruitycee
This website displays information related to all fruits. It provides information for specific fruits using API by using a redux management tool.
api cors create-react-app jest-tests proxy reactjs redux
Last synced: 21 Oct 2024
https://github.com/arafat-alim/ultimate-authentication-system
The Ultimate Authentication System using MERN is a full-stack authentication system that uses MongoDB, Express, React, and Node.js. It is designed to be highly secure and scalable. The system uses JSON Web Tokens (JWT) for authentication and authorization.
bootstrap4 cors css3 expressjs facebook-login html5 javascript mongodb mongoose nodejs reactjs
Last synced: 07 Nov 2024
https://github.com/arafat-alim/open-ai
ChatGPT AI is an artificial intelligence (AI) chatbot that uses natural language processing (NLP) to generate conversations with users. It is powered by OpenAI's GPT-3 language model, which has been trained on a massive dataset of text.
cors css express html5 javascript openai vitejs
Last synced: 07 Nov 2024
https://github.com/7irelo/study-gymon-web
Full Stack Study buddy Web App for matriculants (Django, MySQL, CORS)
cors django django-rest-framework mysql
Last synced: 14 Nov 2024
https://github.com/sadman95/bike-island-client
This repo contains the files of 'Bike Island' niche project website.It's a MERN stack project.
cors dotenv express firebase material-ui mongodb node react
Last synced: 28 Oct 2024
https://github.com/abhijithvijayan/serve-no-cors
Serve JavaScript from your local machine to the internet without CORS disturbing your inner peace.
Last synced: 25 Oct 2024
https://github.com/fugazi-io/proxify
Serve existing http based APIs as fugazi modules
cli console cors fugazi proxy rpc rpc-client terminal
Last synced: 15 Nov 2024
https://github.com/ashtech15/xrpl-backend
XRPL-Backend is a server-side application that leverages XRPL's NFTs to provide a secure, decentralized, blockchain-based contract service.
cors express nodejs typescript xrpl
Last synced: 17 Nov 2024
https://github.com/davesimoes/react-ai-support
AI-powered real-time customer support assistant, built with React on the frontend and Node.js/Express on the backend, utilizing the OpenAI API to provide smart and automated responses.
chat-application chatbot conversational-ai cors customer-service customer-support-ai e-commerce express fullstack-development intelligent-assistant machine-learning natural-language-processing openai-api react real-time-chat rest-api
Last synced: 15 Oct 2024
https://github.com/adrianovolter/pharmacy_central_system_-pcs-
Projeto avaliativo , modulo 2 back-end | Pharmacy Central System (PCS), gerenciamento de depósitos e medicamentos
api backend cors dotenv expressjs git gitflow jsonwebtoken nodejs nodemon npm postgresql sequelize
Last synced: 07 Nov 2024
https://github.com/vitorserrano/economize.me
💸 Aplicação mobile para controle de finanças pessoais
cors express jwt-bearer-tokens knexjs nodejs
Last synced: 08 Nov 2024
https://github.com/melthaw/docker-boilerplate
Helpful boilerplate for docker
Last synced: 11 Nov 2024
https://github.com/modemobpsycho/fake-user-data-backend
Repository with backend for web-application for the fake user data generation. There are 4 countries available, setting the value of errors in words, managing seed, exporting the table to csv.
cors express faker-generator mvc nodejs postman
Last synced: 10 Nov 2024
https://github.com/sainiabhishek/nodejs_auth-api
A backend authentication & authorization project to handle the scale and complexity of an application. It is design while keeping the different environments in the mind.
backend-api cookie-parser cors error-handling eslint expressjs joi jwt mongodb moongose nodejs prettier rate-limiter security tokens typescript winston
Last synced: 15 Nov 2024
https://github.com/dorayx/frock-middleware-cors
A simple CORS middleware for frock.
Last synced: 08 Nov 2024
https://github.com/wnawa/backend-store-api
Api for online store to showcase great products where user accounts can be created and users can make orders.
bcrypt cors db-migrate dotenv environment-variables eslint express jasmine json jwt nodejs nodemon postgresql prettier supertest typescript
Last synced: 05 Nov 2024
https://github.com/ahmetozer/cors-proxy
Proxy for cors requests. It is controls origins and proxy host. You can set hosts and origins over remote json file.
container cors cors-proxy cors-requests docker https-proxy node proxy
Last synced: 08 Nov 2024
https://github.com/marella/shr
Simple HTTP requests for browser. "Simple requests" don't trigger a CORS preflight.
ajax browser cors http-client xhr
Last synced: 25 Oct 2024
https://github.com/tinspham209/zoom-clone-expressjs
Zoom Clone Web Application
bootstrap4 cors ejs express fontawesome-icons jquery nodejs peer uuid video webrtc
Last synced: 17 Nov 2024
https://github.com/andres11152/don_kampo_api
This is the backend API for an e-commerce platform where individual customers can purchase items like fruits and vegetables, while businesses can order these items at wholesale prices directly from the central supply market, paying only the delivery fee. The API is built with Node.js and Express, utilizing PostgreSQL for database management.
babel cors express javascript node nodejs nodemon nodemon-express postgree postgreesql
Last synced: 11 Oct 2024
https://github.com/seymenklc/backend
back end code for one my apps
bcrypt cookie cors express helmet jsonwebtoken mongoose morgan nodejs ts-node typescript validation
Last synced: 08 Nov 2024
https://github.com/hassonor/mern-ts-places
MERN Places Project
axios bullmq cloudinary cors express google-maps-api helmet jest nodejs pagination queues react redis redis-commander serversidepagination tailwindcss typescript vite workers
Last synced: 10 Nov 2024
https://github.com/pastjung/cors_react-springboot
Docker를 사용해 React 프로젝트와 SpringBoot 프로젝트의 연결 및 CORS 설정 학습
cors docker docker-compose node20 react springboot3
Last synced: 31 Oct 2024
https://github.com/julie-ify/noterailsbackend
This is a Ruby on Rails API backend project for my note react project. You can test all endpoints using any API testing software like Postman.
bcrypt cors heroku-deployment jwt-authentication postgresql postman rails-api rspec-rails rswag shoulda-matchers
Last synced: 09 Nov 2024
https://github.com/bieanimaton/nlw-heat-server
Servidor desenvolvido com NodeJS, Typescript e várias bibliotecas. - Next Level Week (NLW) Heat by Rocketseat.
axios cors express http-server jsonwebtoken migrations nodejs prisma prisma-client server socket-io sqlite ts-node-dev
Last synced: 15 Nov 2024
https://github.com/bcapathshala/crud-app
CRUD Application Using NodeJS, ExpressJS, MongoDB, ReactJS, Bulma CSS Framework
axios bulma-css-framework cors crud-api expressjs mern-stack mongodb moongose nodejs reactjs reactrouterdom restful-api
Last synced: 08 Nov 2024
https://github.com/mvaibhav131/sql_server
creating the server and connect with sql database.
backend-service body-parser controllers cookie-parser cors db dotenv expressjs middleware msnodesqlv8 mssql-database nodejs query sql-server
Last synced: 12 Oct 2024
https://github.com/marcos-jacometti/getyourcoffee
In progress
axios axios-react cors mysql nodejs react-spinners reacticons reactjs rest-api router-dom styled-components
Last synced: 17 Nov 2024
https://github.com/rubel011/website_url_project
This website URL tool provides domain word count and link tracking, offering valuable insights to monitor and optimize your website's performance.
bcryptjs cors express-js jsonwebtokens mongodb mongoosejs nodejs reactjs tailwindcss
Last synced: 12 Nov 2024
https://github.com/pushpendra-1697/ecommerce-api
This project will deliver a comprehensive e-commerce API set that enables seamless product and category management, user authentication, secure cart management, and order processing. The integration of Mongodb as the database and token management system ensures efficient data storage and user authentication with minimal server-side setup.
bcrypt bson cors dotenv express-rate-limit expressjs http ip jsonwebtoken model mongodb mongoose nodejs nodemon relationships schema thunder-client token-based-authentication
Last synced: 10 Nov 2024
https://github.com/manish312002/mvblog
MVBlog is a blog management platform that allows users to create, view, edit, and delete blog posts. Users can register, log in, and manage their posts with features such as file uploads and personalized content. The application utilizes JWT for authentication, bcrypt for password hashing, and PostgreSQL for database storage.
api authentication backend bcrypt blog cors crud dotenv express fileupload full-stack jwt middleware multer nodejs pern-stack postgresql rest-api web-application
Last synced: 30 Oct 2024
https://github.com/theyakka/cors
CORS helper / middleware for Go
cors cors-middleware cors-request go golang
Last synced: 13 Nov 2024
https://github.com/jvcgoncalves/stock-manager-backend
Backend about my stock manager project, link to front-end below
backend-api cors expressjs javascript nodejs
Last synced: 10 Nov 2024
https://github.com/alexinea/dotnet-cors-examples
CORS Samples
asp-net-core-mvc asp-net-mvc cors webapi-cors
Last synced: 12 Oct 2024
https://github.com/shivamkumar24/lifestylestores.com-clone
The outfit is a MERN Stack web application & is a clone of lifestylestore.com. With a vast collection of fashion and clothing products, we offer a seamless shopping experience. Our user-friendly interface ensures a hassle-free shopping experience for our customers. Shop with us today and discover the convenience of online shopping!
axios bcrypt chakra-icons chakra-ui cors expressjs jsonwebtoken mongoose nodemon react react-icons react-redux react-router-dom redux redux-thunk sessionstorage
Last synced: 07 Nov 2024
https://github.com/mununki/go-cors
A module to help to set up CORS for Go API or web Server
Last synced: 25 Oct 2024
https://github.com/itsproali/backend
This is a Back-end Template for MVC Pattern including all the basic project Setup.
backend colors cors dotenv express-js itsproali mohammad-ali mongodb mongoose mvc-pattern
Last synced: 06 Nov 2024
https://github.com/mezbaulanam/mongo-webserver
Node.js-based server built with Express and Mongoose that allows users to programmatically create, read, update, and delete sites stored in MongoDB.
collaborate cors crud-api environment-variables expressjs learn mongodb mongodb-atlas mongoose node-js nodejs website
Last synced: 03 Nov 2024
https://github.com/pushpendra-1697/school-listing
This project will deliver a comprehensive e-commerce API set that enables seamless school listing. The integration of MongoDB as the database and token management system ensures efficient data storage and user authentication with minimal server-side setup.
bson cloudinary component cors dotenv expressjs fetch-api form-validation form-validation-js html-css-javascript inter-font mongodb mongoosejs multer nextjs nodejs nodemon schema-model thunder-client
Last synced: 12 Nov 2024
https://github.com/parth-pandeyy/ramble
Making tour experience better❤️
brevo-api cors css expressjs helmet javascript jsonwebtoken mongodb mongodbatlas morgan multer nodejs nodemailer parceljs pug stripe-api
Last synced: 06 Nov 2024
https://github.com/onlynico43/gin-cors
CORS Middleware for gin gonic
cors cors-enabled cors-headers cors-middleware gin gin-framework gin-gonic
Last synced: 01 Nov 2024
https://github.com/joysarkarbd/travel-blog-server-side
body-parser cors crud dotenv express javascript mongodb node-modules nodemon
Last synced: 12 Nov 2024
https://github.com/npetkov/auth0_rails_frontend_example
Sample Rails 6 project demonstrating the OAuth2 code grant flow using auth0
auth0 cors jwt oauth2 omniauth rails6 rails6-api
Last synced: 11 Nov 2024
https://github.com/rainu/r-ray
A lightweight proxy application where the client can define the request to the target.
cors cors-anywhere go golang proxy
Last synced: 08 Nov 2024
https://github.com/dod-iac/terraform-aws-api-gateway-cors-lambda-proxy
A Terraform module to create a Cross-Origin Resource Sharing (CORS) Lambda Proxy
cors lambda proxy terraform terraform-module
Last synced: 11 Nov 2024
https://github.com/fsmaiorano/twitter
:computer: :iphone: Twitter - Frontend | Desktop | Backend | iOS App - A Twitter Clone application with Frontend, Backend, Desktop and iOS App. This is a demonstration of how websockets works in a complete environment in Javascript (+ Typescript).
axios cors create-react-app electron electron-builder express ios-app mongodb mongoose node-sass react-native react-native-vector-icons react-navigation react-router-dom scss socket-io socket-io-client ts-node typescript yarn
Last synced: 26 Sep 2024
https://github.com/shivankk26/streamsync
StreamSync is a centralized streaming platform that empowers users to upload videos along with their thumbnails. Additionally, it features a community-centric tweeting feature, allowing users to post tweets that can be commented on and reposted by the community.
bcrypt cloudinary cookie-parser cors express-middleware expressjs jwt-authentication jwt-token mognodb mongoose mongoose-aggregate-paginate-v2 multer nodejs nodemon reactjs tailwindcss
Last synced: 11 Nov 2024
https://github.com/nuzulul/opencors
OpenCORS is a simple NodeJS based CORS Proxy
cors cors-proxy cross-domain cross-origin node node-js nodejs opencors proxy scraper
Last synced: 12 Nov 2024
https://github.com/shahinuralambhuiyan/doctor-portal-server
base64 body-parser cors expressjs mongodb
Last synced: 07 Nov 2024
https://github.com/md-arif-alam/aconews
Aconews is a news website that offers the latest global headlines with a modern, intuitive design. Utilizing the GNews.io RESTful API, it provides real-time updates from around the world.
axios cors expressjs firebase nodejs react reactjs router tai vercel
Last synced: 01 Nov 2024
https://github.com/tharindanimnajith/sliit_y3s1_react_spa_backend_restapi-1
React.js Project with MERN Stack - Online Shopping Cart System for a Fashion Store - Backend
body-parser cors crud-application dotenv es6 express-js http-methods javascript json mern-stack-app mongodb-atlas mongoose-js multer node-js nodemailer nodemon npm rest-api uuid web-application
Last synced: 12 Nov 2024
https://github.com/mvaibhav131/schedule-management-system
backend assignment
api assignment backend controllers cors expressjs jest-tests middleware nodejs nodemon requests router routes schedule-meetings schedule-tasks testing
Last synced: 14 Nov 2024
https://github.com/mvaibhav131/movieapp-mern
MovieApp-MERN
axios bootstrap cors css expressjs jwt-authentication mongodb movieapp movieapp-mern netlify-deployment nodejs react-bootstrap react-hooks react-router reactjs redux tmdb-movie-search
Last synced: 14 Nov 2024
https://github.com/mvaibhav131/sendemails_aws-ses
send email using aws-ses , aws-sdk , aws-sdk/client-ses
api aws aws-sdk aws-sdk-javascript aws-ses backend cors email-sender emailjs expressjs nodejs sendmail
Last synced: 14 Nov 2024
https://github.com/mvaibhav131/vaibhavweatherappmern
Shows Live Weather in all city
class-components cors dom dotenv express mongodb mongoose nodejs react-scripts reactjs redux router scss state-management weather-app
Last synced: 14 Nov 2024
https://github.com/mvaibhav131/sendgmail_nodemailer
Gmail_sender APP
controller cors dotenv environment express-middleware expressjs github gmail-smtp javascript json mailgen nodejs nodemailer router sendmail
Last synced: 14 Nov 2024
https://github.com/harrytran998/test-microservices
commitlint cors docker graphql microservice nodejs postgresql reactjs rest-api sequelize terraform
Last synced: 13 Oct 2024
https://github.com/harshkapadia2/cors
A simple demo of a few scenarios that use CORS.
Last synced: 25 Oct 2024
https://github.com/tessasac/stitch-in-time
How to elide CORS with the Capacitor Community HTTP Plugin
Last synced: 14 Oct 2024
https://github.com/nitins87/farmworks
I have created a online hiring and job postings website for farmers to post their jobs and hire skilled labours
aws-s3 axios bcrypt cloudinary cors jsonwebtoken mongodb mongodb-atlas mongoose multer nodejs nodemon react-router-dom reactjs tailwindcss usecontext-hook vercel-deployment
Last synced: 13 Oct 2024
https://github.com/rohit-2012/techrepairnote-api
Backend for Tech Repair Notes App: Node.js, Express.js, MongoDB, JWT auth, role-based access control. Manage users, notes, and authentication securely.
cors expressjs jwt jwt-authentication mongodb mongoose nodejs
Last synced: 09 Nov 2024
https://github.com/nitins87/rest-api-typescript
A REST API boilerplate written in TypeScript with Express, Jest, Supertest, ESLint, Prettier, ESLint, Nodemon, Debug, Winston, Morgan, Helmet, Cors, Dotenv, Zod, and more.
api cors debug eslint express helmet jest morgan nodejs-api nodemon prettier rest-api supertest types winston zod
Last synced: 13 Oct 2024
https://github.com/pushpendra-1697/socialbackend
Developing a room management system where users can create rooms with unique characteristics and add distinct child items to each room, ensuring each child remains unique across different rooms.
api-creation asynchronous-programming backend-api bson-format bsondump cors dotenv error-handling expressjs filter mongodb mongoose nodejs
Last synced: 10 Nov 2024
https://github.com/p1ngul1n0/cors-secure
A React APP to verify CORS Permissive Policy.
cors cybersecurity pentest pentesting react web
Last synced: 10 Nov 2024
https://github.com/idiocc/cors
Cross-Origin Resource Sharing (CORS) For Goa.
Last synced: 05 Nov 2024
https://github.com/nyg/js-fetch
Simple wrapper around the Javascript Fetch API.
any-origin cors cors-anywhere fetch-api jsonp
Last synced: 12 Nov 2024
https://github.com/twknab/gear_list_mevn
🎒 Organize Your Gear; an application using Mongo, Express, Vue.js and Node (MEVN) 🤙
cors expressjs mongodb mongoosejs muse-ui nodejs session vue-cli vue-router vuejs2
Last synced: 06 Nov 2024
https://github.com/andrei-straut/drp
Dynamic Reverse Proxy
cors java jsonp netty netty-in-action proxy proxy-server reverse-proxy
Last synced: 13 Oct 2024
https://github.com/varejaodacarne/omnistack11
🦸🏻♂️ Be The Hero - Projeto desenvolvido durante a 11ª semana OmniStack
axios cors expo express javascript nodejs nodemon omnistack-11 react-native reactjs rocketseat
Last synced: 11 Nov 2024
https://github.com/rohit-2012/isro-mission-control
The ISRO Project is a MERN stack app for managing space exploration journeys. It allows users to add new missions and view a categorized history of upcoming, canceled, and past journeys, featuring a sci-fi inspired UI built with Arwes-UI.
Last synced: 09 Nov 2024
https://github.com/useflyyer/proxy
Helper function to proxy images via Flyyer network to bypass CORS with Typescript support for Flyyer.io
cors flyyer image og-image proxy smartcrop twitter-card typescript
Last synced: 14 Nov 2024
https://github.com/chukwuemekaaham/udacity-cloud-developer-serverless-todo-app
An Instagram-like serverless service. Built the serverless REST APIs using API Gateway and AWS Lambda, a stack of serverless technologies on AWS, stored data in AWS DynamoDB and S3, and deployed it using the serverless framework cli
api-gateway auth0 aws-cloudformation aws-lambda aws-s3 aws-xray aws-xray-sdk cors dynamodb dynamodb-streams elasticsearch jwt kms nodejs-express postman-collection react-router reactjs serverless sns typescript
Last synced: 11 Nov 2024
https://github.com/utkarshk95/fitflow
A MERN-based app which is a robust tool for tracking and managing diverse workout routines. Designed for fitness enthusiasts and trainers, it provides an intuitive platform to plan, monitor, and optimise fitness activities, ensuring seamless performance and real-time data processing.
cors css3 dotenv expressjs html5 javascript mongodb mongoose nodejs react react-bootstrap react-router-dom reactjs
Last synced: 10 Nov 2024
https://github.com/joysarkarbd/volunteer-server-side
body-parser cors dotenv express javascript mongodb nodemon
Last synced: 12 Nov 2024
https://github.com/joysarkarbd/travel-package-server-side
body-parser cors curd dotenv express javascript mongodb nodemon
Last synced: 12 Nov 2024
https://github.com/joysarkarbd/simple-node-express-user-server
cors crud express javascript nodemon
Last synced: 12 Nov 2024
https://github.com/joysarkarbd/genius-car-mechanic-server
body-parser cors crud dotenv express javascript mongodb nodemon
Last synced: 12 Nov 2024
https://github.com/joysarkarbd/dream-bicycle-server-side
body-parser cors crud dotenv express javascript mongodb nodemon
Last synced: 12 Nov 2024
https://github.com/joysarkarbd/doctors-portal-server-side
cors dotenv express javascript mongodb
Last synced: 12 Nov 2024
https://github.com/hramov/go_api
Golang REST API structure with architecture and boilerplate code
api-rest cors gin-gonic golang grpc grpc-go ioc-container jwt-authentication
Last synced: 10 Nov 2024
https://github.com/mboladop/interactive-project-stream2-fbi-restfulapi
This is a back-end restful-wrapper API created to meet the new CORS requirements of the FBI API. It specifically designed to access real time Data provided by the public FBI API.
api-wrapper cors flask python3 restful-api
Last synced: 14 Nov 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: 07 Nov 2024
https://github.com/zekfad/dev-mirror
Simple mirror/CORS proxy written in Dart with headers spoofing.
authentication cors cors-proxy dart http-proxy mirror mitm proxy
Last synced: 10 Nov 2024
https://github.com/abdullah0332/web_rtc_chat_app
Build and deploy a React Video Chat Application using WebRTC.
cors express material-ui nodejs nodemon peer react react-copy-to-clipboard simple-peer socket-io
Last synced: 10 Nov 2024
https://github.com/abdullah0332/memories-project
Build a MERN Application Memori. It is a simple social media app that allows users to post interesting events that happened in their lives.
axios cors dotenv express material-ui moment mongodb mongoose nodejs nodemon react react-redux reactjs redux redux-thunk
Last synced: 10 Nov 2024
https://github.com/abdullah0332/bookstore-api-test-mocha-chai
Book store node js api testing with mocha and chai.
chai chai-http cors express mocha mocha-chai mongoose morgan
Last synced: 10 Nov 2024
https://github.com/eltonsantos/consuming-api
Consumingo API - Vídeo: Consumindo API no Front e no Back-end | CodeDrops #45 - Instrutor: Mayk Brito - Link: https://www.youtube.com/watch?v=vYlz3SmNXQQ
api axios cors express lite-server nodejs nodemon
Last synced: 12 Nov 2024