Skip to content

NourEldin-Osama/College-Portal

Repository files navigation

College-Portal

                 ____   ____ ____   
                / ___| / ___/ ___|  
                \___ \| |   \___ \  
                 ___) | |___ ___) | 
                |____/ \____|____/  

To Run the project

  • Download the project
  • Make Sure you have python3 installed
  • download requirements using pip install -r requirements.txt in CMD
  • move to the Directory
  • Run the following Commands to Run the Django migrations to set up your models and assets
python manage.py makemigrations
python manage.py migrate
python manage.py sqlmigrate College_Portal 0001

Then Create a user using the bellow Command

python manage.py createsuperuser

then Enter your username, Email AND password

Last Step

Start the Django web server

python manage.py runserver

or

python manage.py runserver 0.0.0.0:8000

if You want to visit a live Version, GO to this Link

Special Thanks to @Yous10r for this beautiful design

Class Diagram

model

SiteMap

model

Presentation Link