REPOSITORY OVERVIEWLive repository statistics
★ 2Stars
⑂ 0Forks
◯ 0Open issues
◉ 2Watchers
45/100
OPENREPOHUB HEALTH SIGNALMixed signals
A transparent discovery signal based on current public GitHub metadata.
Recent activity35% weight
10 Community adoption25% weight
5 Maintenance state20% weight
100 License clarity10% weight
100 Project information10% weight
100 This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
README preview
School Admission Application
Welcome to the School Admission Application! This web application is designed to facilitate the registration and login process for students, as well as provide administrative functions for teachers. With this application, teachers can manage student registrations, allocate roll numbers, and perform various administrative tasks.
Features
-
User Registration: Students can create an account by providing their details, including their name, email, and password.
-
User Login: Registered students can log in securely using their email and password.
-
Administrator Access: Teachers have administrative privileges and can manage student registrations, assign roll numbers, and perform other administrative tasks.
-
Student Profile: Each student has a personal profile displaying their registered information and roll number (allocated by the administrator).
-
User Roles: The application distinguishes between students and teachers, providing appropriate access and functionality based on their roles.
Technologies Used
-
Python: The project is developed using the Python programming language.
-
Flask: Flask, a lightweight web framework, is used for building the application.
-
SQLite: The SQLite database is utilized for storing user information and roll numbers.
Installation
- Clone the repository:
git clone https://github.com/Rushi128/school-admission-app.git
- Change to the project directory:
cd school-admission-app
- Create a virtual environment:
python -m venv venv
- Activate the virtual environment:
venv\Scripts\activate
source venv/bin/activate
- Install the required dependencies:
pip install -r requirements.txt
- Set up the database:
flask db init
flask db migrate
flask db upgrade
ALGORITHMICALLY RELATEDSimilar Open-Source Projects
Selected from shared topics, language and repository description—not editorial ratings.
A web-based application for efficient college administration. Manages departments, instructors, courses, and student enrollments. Features secure authentication, role-based access. Built with PHP, MySQL, HTML, CSS, and JavaScript. Check the README for setup instructions. Enhance your college processes with this system!
45/100 healthActive repository
PHPNo license
⑂ 0 forks◯ 0 issuesUpdated Apr 15, 2026
A web-based Engineering College Management System developed using PHP, MySQL (XAMPP), HTML, CSS, and JavaScript. This application allows administrators to manage student records efficiently through a user-friendly dashboard.
59/100 healthRecently updatedActive repository
PHPNo license
⑂ 0 forks◯ 0 issuesUpdated 7 days ago