Django Fresh Architecture

Project which is created to demonstrate a home page and simple user auth functionalities.

Getting Started

  • Clone repository : git clone https://github.com/azizurrahmaan/django-fresh-architecture.git
  • Create and activate virtual environment
  • Install dependencies: pip install -r requirements.txt
  • Migrate DB : python manage.py migrate
  • Runserver : python manage.py runserver
  • Navigate to url: localhost:8000

Features

  • Login
  • Logout
  • SignUp
  • Change Password