Coder Social home page Coder Social logo

rushi128 / school-admission-app Goto Github PK

View Code? Open in Web Editor NEW
2.0 1.0 0.0 326 KB

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.

Home Page: https://rushi128.github.io/school-admition-app/

License: MIT License

Python 16.12% HTML 83.88%
css flask html python sqlite sqlite-database college-management innovation javascript project-management projects registration school-management

school-admission-app's Introduction

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

  1. Clone the repository:
git clone https://github.com/Rushi128/school-admission-app.git
  1. Change to the project directory:
cd school-admission-app
  1. Create a virtual environment:
python -m venv venv
  1. Activate the virtual environment:
  • For Windows:
venv\Scripts\activate
  • For macOS/Linux:
source venv/bin/activate
  1. Install the required dependencies:
pip install -r requirements.txt
  1. Set up the database:
flask db init
flask db migrate
flask db upgrade
  1. Start the application:
flask run
  1. Open your web browser and visit http://localhost:5000 to access the School Admission Application.

Contribution

Contributions are welcome! If you find any issues or have suggestions for improvements, please feel free to create an issue or submit a pull request.

License

This project is licensed under the MIT License.

Contact

For any inquiries or further information, please contact [Rushikesh Thorat] via email at [[email protected]].


Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.