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

https://github.com/joshidivanshu/studentportal

A web app developed using Django for student information with login privileges, staff access for certain actions, and admin access for certain actions.
https://github.com/joshidivanshu/studentportal

ajax-request bootstrap classbasedviews django django-admin django-forms django-framework functionbasedviews login-privileges modals mysql staff-access

Last synced: 3 months ago
JSON representation

A web app developed using Django for student information with login privileges, staff access for certain actions, and admin access for certain actions.

Awesome Lists containing this project

README

        

# StudentPortal
A web app developed for student information with login privileges , staff access for certain actions and admin access for certain actions.

## Installing Requirements

Use Virtualenv and install the packages.
```
pip install -r requirements.txt
```
## Running the Project

Go to the project dir and run the below line in the terminal.

```
python manage.py runserver

```

## Project SnapShots

![Screenshot from 2021-04-15 14-14-56](https://user-images.githubusercontent.com/32302492/114841272-467bd100-9df5-11eb-90fd-8d0b76e45d05.png)
![Screenshot from 2021-04-15 14-14-36](https://user-images.githubusercontent.com/32302492/114841299-4c71b200-9df5-11eb-8932-55e4e9483338.png)
![Screenshot from 2021-04-15 14-14-30](https://user-images.githubusercontent.com/32302492/114841310-4f6ca280-9df5-11eb-91a9-f3443f31af3e.png)
![Screenshot from 2021-04-15 14-14-23](https://user-images.githubusercontent.com/32302492/114841314-51366600-9df5-11eb-9a91-5f99b5bf7bcb.png)