Source Code Only
Full ZIP with frontend, backend, database & documentation.
- Complete project source files
- Database script included
- How-to-run guide
No live demo yet — message us for access
Our team shares demo access on WhatsApp within minutes
Complete final-year project source code with frontend, backend, database, and setup guide. Instant download after secure payment.
Choose your plan
Full ZIP with frontend, backend, database & documentation.
We install & configure the project on your laptop within 24 hours.
Review features, setup steps, and credentials before you pay.
Description, tech stack, and what is included
Cloud-Based Infrastructure Management System with AI Assistance (CIMS) is a full-stack MERN application designed for managing cloud providers, services, business requirements, migration requests, system assessments, migration plans, security protocols, performance metrics, AI-assisted cloud recommendations, and PDF reports.
The system provides two separate experiences: an Admin/Operator Console and a User/Tenant Workspace. Admin users can manage cloud provider catalogs, services, deployment models, business domains, tenant users, migration requests, assessments, migration plans, security protocols, performance metrics, feedback, AI tools, and reports. Tenant users can register, log in, document business requirements, explore cloud providers and services, create migration requests, view assessments, use AI cloud advisor tools, submit feedback, and download reports.
This project is suitable for B.Tech, M.Tech, BCA, MCA, BE, ME, BSc, and MSc students who need a practical final year project, major project, or minor project based on cloud infrastructure management, MERN stack development, AI assistance, enterprise modernization, reporting, authentication, and dashboard-based administration. FileMakr can provide this project with source code, project report, documentation, and setup support for academic submission.
Modules and controls available to administrators
What end users can do in this application
Additional capabilities included in the project
/uploadsStep-by-step setup on your laptop or PC
Open the folder that contains the root package.json.
Copy:
server/.env.example
Create:
server/.env
Set these values:
MONGODB_URI=mongodb://127.0.0.1:27017/cims
JWT_SECRET=your_long_random_secret
CLIENT_URL=http://localhost:5173
PORT=5000
OPENAI_API_KEY=your_openai_api_key
Note: OPENAI_API_KEY is optional. If it is not configured, the project uses mock AI responses for demo functionality.
Create client/.env from client/.env.example and set:
VITE_API_URL=http://localhost:5000
Use this when the frontend is not using same-origin proxying.
From project root:
npm run install:all
npm run seed
This drops the MongoDB database configured in MONGODB_URI and inserts demo users, catalogs, migrations, assessments, feedback, and related records.
npm run dev
Default demo accounts for testing after setup
| Role | Password | Login URL | |
|---|---|---|---|
| Administrator | [email protected] |
Admin@123 |
/admin/login |
All demo tenant users use:
User@12345
| Role | Email Range | Password | Login URL |
|---|---|---|---|
| Tenant user | [email protected] to [email protected] |
User@12345 |
/login |
Important note:
If default credentials are changed, update server/seed/seed.js before running the seed command again.
Usage terms for academic and personal projects
Search terms and categories for this source code