- Description: IoT Systems to monitor and optimize client experiences through real-time data collection and analysis for Rakkaranta Resort
- Project Plan: Click me
- Project Overview: Click me
- Sprint 1 video: Click me
- Khoi Do (Project Manager + Backend Dev+ Tester + Deployer)
- Dung Nguyen (IoT Dev)
- Thong Truong (Backend Dev + IoT Dev + Deployer)
- Nhi Nguyen (Designer + Frontend Dev)
- Step 1: Push to Git
- Step 2: Create a Vercel config file with the following code to rewrite all the paths:
{
"rewrites": [
{
"source": "/(.*)",
"destination": "/index.html"
}
]
}
-
Step 3: Log in to Vercel and create a new project by pressing "Add New" => Project
-
Step 5: Choose the
Vercel Team
=>Project Name
=>Framework Preset
(It will automatically choose if there is only a Frontend directory) =>Root Directory
(Directory with the Frontend apps) => InsertEnvironment Variables
(Copy all and paste) =>Deploy
Note: