This project is a high school website which gives the school boards and teachers the opportunity to inform students, upload homework and etc.
prerequisites packages install with below command
$ sudo pip3 install -r requirements.txt
in order to run this project you need to install few packages which its listed below
1)python 3.7
$ sudo apt-get update
$ sudo apt-get install python3.7
2)pip
$ sudo apt install python3-pip
prerequisites packages install with below command
$ sudo pip3 install -r requirements.txt
First, clone the repository to your local machine:
$ git clone git@github.com:TheMn/internet-engineering-project.git
Create the database
$ python manage.py makemigrations
$ python manage.py migrate
Finally, run the development server
$ python manage.py runserver
See the Network graph for timeline of the most recent commits to this repository and its network ordered by most recently pushed to.
- we've used sqlite3 as our db manager which is the django default database.
- below is an Er Diagram of our models and their relations.
- @mahdi13761376 Mahdi Ghanbari - Project Manager
- @asal97 Asal Asgari - Database Developer
- @Emadpourjafar Emad Pourjafar - Front-End Developer
- @TheMn Amirhossein Mahdinejad - Back-End Developer
Project Link: https://github.com/TheMn/internet-engineering-project


