https://github.com/marx-wrld/studypal
StudyPal is a Python-Django application that attempts to imitate Discord. It utilizes Django's CRUD operations functionality, with which I've also included a REST API built from this app's data.
https://github.com/marx-wrld/studypal
python-django
Last synced: about 1 year ago
JSON representation
StudyPal is a Python-Django application that attempts to imitate Discord. It utilizes Django's CRUD operations functionality, with which I've also included a REST API built from this app's data.
- Host: GitHub
- URL: https://github.com/marx-wrld/studypal
- Owner: Marx-wrld
- License: gpl-3.0
- Created: 2023-05-04T07:13:48.000Z (almost 3 years ago)
- Default Branch: virtualenv-setup
- Last Pushed: 2023-07-07T11:31:00.000Z (almost 3 years ago)
- Last Synced: 2025-01-12T17:31:48.235Z (over 1 year ago)
- Topics: python-django
- Language: Python
- Homepage:
- Size: 13.9 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# StudyPal
StudyPal is a Python-Django application that attempts to imitate Discord. It utilizes Django's CRUD operations functionality. Users can create, update and delete rooms. Editing and deleting can also only be done by the user that created the room or wrote the comment or topic. Users also have their authenticated profiles that they can update at will.
I've also included a REST API, built from this app's data.
- Don't execute the custom-user-model folder as part of the app
#### Logged in user Home-Page

#### User-profile section

#### Login page

#### Register page

#### Admin create/update room section

#### Study room and participants section
