https://github.com/sdn302/nestjs-cors
All source code about SDN302 that we learned at FPT University QN AI Campus.
https://github.com/sdn302/nestjs-cors
antdesign api cors nestjs reactjs
Last synced: 8 months ago
JSON representation
All source code about SDN302 that we learned at FPT University QN AI Campus.
- Host: GitHub
- URL: https://github.com/sdn302/nestjs-cors
- Owner: SDN302
- License: mit
- Created: 2024-10-11T02:57:10.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-11T03:36:31.000Z (over 1 year ago)
- Last Synced: 2025-02-11T04:27:18.164Z (over 1 year ago)
- Topics: antdesign, api, cors, nestjs, reactjs
- Language: TypeScript
- Homepage:
- Size: 162 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CORS Configuration for NestJS with React
## 📢 Advertisement

---
## Introduction
Cross-Origin Resource Sharing (CORS) is a security feature that allows or restricts resources requested from a different domain. When developing applications with NestJS and React, you may need to configure CORS to enable communication between the frontend (React) and the backend (NestJS).
## TechStack:

## Deploy URL
- Backend: https://nestjs-cors-jbft.onrender.com/books
- Frontend:
- v1: https://nestjs-cors.onrender.com
- v2: https://nestjs-cors-2.onrender.com