Skip to content

Dharshansk16/NUSIA

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NUSIA - Nitte University Student Information Access

Welcome to NUSIA, a student management project designed to streamline the process of managing student information for authorized users, such as teachers and professors. This project is part of my college internship and is built using Django and Bootstrap.

Features

  • User Authentication: Secure login for authorized users.
  • CRUD Operations: Create, Read, Update, and Delete student details.
  • Search Functionality: Easily search for student information.
  • Responsive Design: User-friendly interface accessible on various devices.

Getting Started

Follow these instructions to get a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

  • Python 3.x
  • Django 3.x
  • pip (Python package installer)

Installation

  1. Clone the repository:

    git clone https://github.com/Dharshansk16/NUSIA.git
  2. Navigate to the project directory:

    cd NUSIA
    
  3. Install the required Python packages:

    pip install -r requirements.txt
  4. Apply database migrations

    python manage.py migrate
  5. Create a superuser to access the admin panel:

    python manage.py createsuperuser
  6. Run the development server:

    python manage.py runserver
    

7.Open your web browser and go to http://127.0.0.1:8000/ to access the application.

Log in using the superuser credentials.

Navigate through the different sections to manage student information.

Django - The web framework used.
Bootstrap - Frontend framework for responsive design.

Contributions are welcome! Please fork the repository and create a pull request with your changes.

About

Nitte University Student Information Access - Student Management System

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors