A comprehensive platform for institute built with a full-stack architecture.
-
Overview
-
Tech Stack
-
Project Structure
-
Installation & Local Development
-
Environment Variables
-
Running the Application
-
Contributing
-
License
-
Contact
Aron Career Institute is a modern, feature-rich institute management platform designed with a sleek UI/UX, robust functionality, and an integrated payment gateway. Its primary goal is to provide an all-in-one digital solution for educational institutes, enabling administrators, faculty, and students to operate in a disciplined, organized, and secure environment.
-
Modern UI/UX – Clean, responsive design for seamless navigation on any device.
-
Role-based Access Control – Separate dashboards and permissions for admin, faculty, and students.
-
Student & Faculty Management
-
Admin can add student and faculty profiles.
-
Passwords are set by the users themselves for better privacy.
-
Attendance Tracking – Monitor and record daily attendance efficiently.
-
Fee & Payment Management – Integrated payment gateway to handle transactions securely.
-
Data Security – Includes all major security best practices to safeguard sensitive information.
-
Efficient Organization – Tools to centralize institute operations in a disciplined manner.
List the technologies powering your project:
-
Frontend: (e.g., React, Next.js, Vite — whichever applies)
-
Backend: (e.g., Node.js, Express, Next.js API routes)
-
Database: (e.g., MongoDB, PostgreSQL, SQLite)
-
Deployment: (e.g., Vercel, Heroku, AWS)
/
├── frontend/ # React or Next.js frontend app
│ ├── src/
│ └── package.json
├── backend/ # Server-side application
│ ├── src/
│ └── package.json
├── .gitignore
└── README.md
(Ensure you have):
-
Node.js (v14+ recommended)
-
npm or yarn
-
MongoDB e running locally or in the cloud
-
Razorpay merchant account
git clone https://github.com/Rogshivam/Aron-Career-Institute.git
cd Aron-Career-Institute
cd Aron-institute-frontend
npm install
cd ../Aron-institute-backend
npm install
cd backend
npm start
Frontend
cd frontend
npm run dev
-
Fork the repository
-
Create a feature branch git checkout -b feature/my-new-feature
-
Make your changes & commit git commit -m "Add my feature"
-
Push to your branch git push origin feature/my-new-feature
-
Open a Pull Request for review
-
Be sure to follow coding conventions, document your work, and ensure all tests (if any) pass.
- Include your license here (e.g., MIT). If there's none, consider adding one for open source clarity.
MIT License
- Maintained by Rogshivam — feel free to reach out via GitHub Discussions, Issues, or email.