Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nadaamohhamed/student-affairs-website-xploreedu
https://github.com/nadaamohhamed/student-affairs-website-xploreedu
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/nadaamohhamed/student-affairs-website-xploreedu
- Owner: nadaamohhamed
- Created: 2023-05-23T15:00:58.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-12-06T14:28:10.000Z (12 months ago)
- Last Synced: 2024-01-13T06:47:15.480Z (10 months ago)
- Language: CSS
- Size: 21.6 MB
- Stars: 0
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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- Home Page
- Add Student Page
- Update Department Page
- View Student Profile Page
- View All Students Page