Skip to content

TheMn/internet-engineering-project

Repository files navigation

Made with Django.

Contributors Forks Stargazers Issues Python 3.7

Helli5

Table of Contents

About The Project

This project is a high school website which gives the school boards and teachers the opportunity to inform students, upload homework and etc.

Built With

Getting started

Prerequisites

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 

Running the Project Locally

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

Roadmap

See the Network graph for timeline of the most recent commits to this repository and its network ordered by most recently pushed to.

Database structure

  • 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.

Image of Er

Contributers

Project Link: https://github.com/TheMn/internet-engineering-project

About

IE981 - University of Guilan

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 5