https://github.com/pwang1997/student-portal
https://github.com/pwang1997/student-portal
django
Last synced: 11 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/pwang1997/student-portal
- Owner: pwang1997
- License: mit
- Created: 2022-10-25T19:31:28.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-12-06T22:21:11.000Z (over 3 years ago)
- Last Synced: 2025-01-08T20:34:37.148Z (over 1 year ago)
- Topics: django
- Language: HTML
- Homepage:
- Size: 4.75 MB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Student Portal
Prototype:
+ [Sign-In Prototype](https://www.figma.com/file/doQuDs79b8DJ7furDcnods/Sign-in%2FAdmin?node-id=0%3A1)
+ [Student Portal Prototype](https://www.figma.com/file/v6puwR5EXUnNSkMtRISkfT/Student-Portal-UI?node-id=0%3A1)
[Business Requirement Document](https://onedrive.live.com/view.aspx?resid=908417BFD25F798A!13084&ithint=file%2cdocx&authkey=!APkQLOuhie3T2mc)
[Software Requirement Specification](https://docs.google.com/document/d/1eDgTFkZyetA1uI-7PTD1DScZC7zwa2NP/edit?usp=sharing&ouid=116400016434119392715&rtpof=true&sd=true
)
[Project Planning](https://app.ganttpro.com/shared/token/a20ba341a8e6c7447a22bb891d8aad4685d10f6a9b83bbf79450205fa50e74b0/927830 )
## How to run
```
# run with python3
python manager.py runserver
```
```
# run with Makefile
make install
make run
```
See web application at [localhost:8000](http://localhost:8000)