Skip to content

M0hamady/emlpyee-tasks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django Authentication System API with User Images

Introduction

This Django project aims to provide an authentication system API with user images. Developers can use this API to manage user authentication, including registration, login, and profile management. Additionally, users can upload profile images.

Prerequisites

Before you begin, ensure that you have the following set up:

  • Django: Make sure you have Django installed. If not, you can install it using pip install django.
  • Database: Set up your database (e.g., PostgreSQL, MySQL, SQLite) and configure it in your Django project settings.

Project Structure

Here's a high-level overview of the project structure:

myproject/ ├── myapp/ │ ├── migrations/ │ ├── static/ │ ├── templates/ │ ├── init.py │ ├── admin.py │ ├── apps.py │ ├── forms.py │ ├── models.py │ ├── serializers.py │ ├── tests.py │ ├── urls.py │ └── views.py ├── manage.py └── README.md

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages