/Student-Registration-System

This Student Application Portal was designed to simplify the process of applying to educational institutions. The system incorporates a payment gateway to facilitate secure online payment for application fees.

Primary LanguageJavaScriptMIT LicenseMIT

Registration Portal


Django Based Registration Portal.

📝 Table of Contents

🧐 About

Developed as a final year university project.

🏁 Getting Started

These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.

Prerequisites

Python > 3.X VSCODE

Installing

A step by step series of examples that tell you how to get a development env running.

Open the Project Terminal.

download virtual environment package: pip install virtualenv

create virtual environment: py -m venv .venv

activate virtual environment: .venv\scripts\activate

install packages of requirements.txt:

pip install > requirements.txt

create superuser: python manage.py createsuperuser

start server: python manage.py runserver

⛏️ Built Using

✍️ Authors

See also the list of contributors who participated in this project.

This project is licensed under the MIT License.