Skip to content

Rar571/university-site

Repository files navigation

🎓 University Site

University Site is a web application for managing university data.
The project implements CRUD operations for students, teachers, and specializations.


🚀 Features

  • 📚 Manage students (create, read, update, delete)
  • 👨‍🏫 Manage teachers
  • 🎓 Manage specializations
  • 🔍 View lists with editing capabilities
  • 🗂 Organized data management

🛠 Technologies

  • Backend: Django (Python)
  • Frontend: HTML, CSS
  • Database: SQLite

⚙️ Installation & Run

  1. Clone the repository

git clone https://github.com/your-username/university-site.git

cd university-site

  1. Create a virtual environment

python -m venv venv Linux / Mac source venv/bin/activate Windows venv\Scripts\activate

  1. Install dependencies

pip install -r requirements.txt

  1. Apply migrations

python manage.py migrate

  1. Run the server

python manage.py runserver

Open in your browser: http://127.0.0.1:8000/

📁 Project Structure university_app/ │── models.py │── views.py │── forms.py │── urls.py

Link to deployed project: https://university-site-z5vi.onrender.com

About

This site is about managing students, teachers and specializations.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors