Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Authentication Project

A Django authentication project built using Django REST Framework, featuring user registration, login, and an extended user profile.

Overview

This project demonstrates a basic authentication system with a clean and modular Django structure.
API endpoints and request formats are intentionally not exposed for security reasons.

Tech Stack

  • Python 3.8+
  • Django 5.2.9
  • Django REST Framework
  • PostgreSQL
  • HTML templates for basic UI testing

Setup

  1. Create virtual environment and activate it
  2. Install dependencies (django, djangorestframework, psycopg2-binary)
  3. Configure database in core/settings.py
  4. Run migrations and create superuser
  5. Start server using python manage.py runserver

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages