Skip to content

Rogshivam/Aron-Career-Institute

Repository files navigation

Aron Career Institute

A comprehensive platform for institute built with a full-stack architecture.

Live Demo: aron-career-institute.vercel.app

Table of Contents

  • Overview

  • Tech Stack

  • Project Structure

  • Installation & Local Development

  • Environment Variables

  • Running the Application

  • Contributing

  • License

  • Contact

Overview

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.

Features

  • 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.

Tech Stack

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)

Project Structure

/
├── frontend/                # React or Next.js frontend app
│   ├── src/
│   └── package.json
├── backend/                 # Server-side application
│   ├── src/
│   └── package.json
├── .gitignore
└── README.md

Installation & Local Development

Prerequisites

(Ensure you have):

  • Node.js (v14+ recommended)

  • npm or yarn

  • MongoDB e running locally or in the cloud

  • Razorpay merchant account

Setup

Clone the repo

git clone https://github.com/Rogshivam/Aron-Career-Institute.git
cd Aron-Career-Institute

Install dependencies for frontend

cd Aron-institute-frontend
npm install

Install dependencies for backend (in separate terminal or directory)

cd ../Aron-institute-backend
npm install

Running the Application

Backend

cd backend
npm start
Frontend
cd frontend
npm run dev

Contributing

  • 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.

License

  • Include your license here (e.g., MIT). If there's none, consider adding one for open source clarity.

MIT License

Contact

  • Maintained by Rogshivam — feel free to reach out via GitHub Discussions, Issues, or email.

About

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages