Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/nadaamohhamed/student-affairs-website-xploreedu


https://github.com/nadaamohhamed/student-affairs-website-xploreedu

Last synced: 8 days ago
JSON representation

Awesome Lists containing this project

README

        

# Student-Affairs-Website (_**XploreEdu**_)
This repository contains the code for a student affairs website (_**XploreEdu**_) for a certain college/universities. This website is built using Django framework, HTML-CSS-JavaScript and provides alot of features for managing students data in some college.
## Features
- Provides adding new student data (Name, Email, Department, GPA, Profile Picture...etc.)
- Provides updating the current students data.
- Provides updating the current student department (Level 3).
- Provides viewing the current active students table.
- Provides viewing all students table and activating or deactivating them.
- Provides viewing the student profile.
## How to run
1. Clone the repository
2. Install python3
3. Create a virtual enviroment
4. Install Django framework and start a project
5. Run the command ```python manage.py runserver``` in the project directory
6. Open the link `http://127.0.0.1:8000/xploreedu/`
## Preview
- Projects Page
Alt text

- Home Page
Alt text

- Add Student Page
Alt text

- Update Department Page
Alt text

- View Student Profile Page
Alt text

- View All Students Page
Alt text