Coder Social home page Coder Social logo

student-affairs-website's Introduction

Student Affairs Website Project

This is our Project for the Web technology course taken during fall 2022 semester.

Website Description

This website is for the stuff of the student affairs, each user can :

1. Add a new student to the system. Student information includes id, name, date of birth, GPA, gender, level, status=”active”, “inactive”, department, email, mobile number.
2. Update an existing student information ( except department field should be shown disabled for editing ).
3. Can delete an existing student data through a delete button in edit student data page with a confirmation dialogue for the action before deletion occurs.
4. Search for “active” students by name in search for students screen and students with similar names having active status should be rendered as a table.
5. Select a specific student after searching to assign a department through the student’s department assignment page.(applicable for students if level >= 3)
6. View all active/inactive students in a separate page

Project Steps:

First: (Front-end phase)

We started to implement the design using html, css and javascript, and made the website responsive for all screen sizes.

Second: (Back-end phase)

We started to implement the backend of the website using Django:
- built the database.
- implemented the add, edit, search and assign departement functions
- implemented the login/logout functions to make the website more secure.

Some screenshots of the website:

Setting up the environment 🛠

1. Make sure python v3.7 or higher is installed:

console

  • To get the version Excute:
$ python --version
Python 3.9.6

2. Make Sure Git is installed:

  • To get the version Excute:
$ git --version
git version 2.28.0.windows.1

3. Execute the following commands in your terminal after changing your directory to the desired path

$ mkdir project && cd project
$ python -m venv django-env

For Windows Users:

$ django-env\Scripts\activate

For Linux Users:

$ source django-env/bin/activate

Then

$ git clone https://github.com/Michael-M-aher/Student-Affairs-Website.git && cd Student-Affairs-Website
$ pip install -r requirements.txt

To test our web site here is a user name and password:
username: michael
password: michael1234

student-affairs-website's People

Contributors

michael-m-aher avatar miraehab avatar monicasaeed avatar miretteshenouda avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.