Skip to content

Django web application with user registration, login (username or email), posting, comments, REST API, etc.

Notifications You must be signed in to change notification settings

Falco13/Django_Web_App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Web application - Django + REST API

  • User model with registration implemented.
  • When a user is registered, the user is prompted for a username, email and password. And also - a short biography, and date of birth.
  • Authorization of the User is possible with Username or Email, for this the method authenticate() is overridden.
  • The Post model is implemented, any User can create a Post - with the post topic, description and attached photo to it.
  • The Home page of the site displays all created posts of users by the time of publication.
  • Added the ability to comment on posts (any authorized user can comment) on the main page + added a comment counter.
  • The superuser (admin) has the right to delete any post and comment in the Admin-page, + added the ability to hide unwanted comments.

Class based views used. (CBV).

Also added API end-points:

  • api/posts
  • api/users
  • api/users/id

Used tools:
✔️ Python
✔️ Django [web framework]
✔️ Django REST Framework
✔️ HTML+CSS+Bootstrap
✔️ SQLite database
✔️ Pillow

About

Django web application with user registration, login (username or email), posting, comments, REST API, etc.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published