Skip to content

This system provides user registration, login, logout, and a user profile, as well as public and private post creation built with Crispy-Forms

Notifications You must be signed in to change notification settings

rahul-nakum14/django-User-system

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django-User-System

This system provides user registration, login, logout, and a user profile, as well as public and private post creation built with Crispy-Forms

Features

  • User Registration
  • User Login / Logout
  • Creation Of Posts (Public / Private)
  • RESTApi Support

Usage

  • pip install -r requirements.txt
  • python manage.py runserver

Urls

  • /signup: Register a new user
  • /login: Login with an existing user
  • /logout: Logout the current user
  • /home/: View a list of all public posts
  • /create-post/: Create a new post (requires authentication)
  • /update-post/: Update the post
  • /admin: Access the Django admin site (requires superuser privileges)

Preview

Signup

image

Login

image

Posts

image

image

API Authentications

image image

About

This system provides user registration, login, logout, and a user profile, as well as public and private post creation built with Crispy-Forms

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published