01 Source Code Only
One-time Payment
- Complete project source code
- Database / data resources
- Dependencies & configuration
- README / setup guide
- Instant download access
Complete final-year project source code with frontend, backend, database and setup documentation. Instant download after secure payment.
Simple pricing. Instant access. Secure checkout.
01 Source Code Only
One-time Payment
02 Code + Setup Support
One-time Payment
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.
| 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.
/uploadsOpen 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
| 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.