๐ŸŒ SWS โ€” Sunain Web Services

Your personal cloud platform โ€” file management, virtual machines, and a smart dashboard.

Explore Docs โ†“

๐Ÿ“˜ Introduction

SWS (Sunain Web Services) is a cloud-based platform that empowers users to manage files, launch virtual machine instances, and track storage usage through an elegant dashboard. Inspired by AWS, it simplifies cloud control into an intuitive, personal-scale platform.

๐Ÿš€ Features

๐Ÿง  Tech Stack

Frontend: React.js, Tailwind CSS
Backend: Node.js, Express.js
Database: MongoDB Atlas
Hosting: Render (Backend), Vercel/Netlify (Frontend)

๐Ÿ—๏ธ Architecture Overview

The system follows a client-server architecture where the React frontend communicates with an Express.js backend. All user data and file metadata are stored securely in MongoDB Atlas. Virtual machine management and file operations occur through RESTful APIs.

๐Ÿ’ป How to Run Locally


# Clone the repository
git clone <repo_url>

# Setup frontend
cd frontend
npm install
npm start

# Setup backend
cd ../backend
npm install
npm run dev
      

Then open http://localhost:3000 in your browser.

๐ŸŒ Deployment

๐Ÿ”ฎ Future Scope