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

https://github.com/pwang1997/student-portal


https://github.com/pwang1997/student-portal

django

Last synced: 11 months ago
JSON representation

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)