this is my first full stack project on cloud management
- Backend: Django (in
byoc_backend) - Frontend: React + Tailwind (in
byoc_frontend)
- Open a terminal.
- Navigate to
byoc_backend:cd byoc_backend - Run the server:
The backend will run on
python manage.py runserver
http://127.0.0.1:8000.
- Open a new terminal.
- Navigate to
byoc_frontend:cd byoc_frontend - Install dependencies:
npm install
- Start the development server:
The frontend will typically run on
npm run dev
http://localhost:5173.
- Open
http://localhost:5173in your browser. - Signup for a new account.
- Login to access your dashboard.
- Click Connect Cloud to link a mock AWS/GCP/Azure account.
- Click View Resources to see the simulated cloud resources.