KanchanCS / djangoauth-API

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Django REST Framework Complete Authentication API with Simple JWT

To Run this Project follow below:

  1. Create a virtual environment:
# On Windows
python -m venv env
env\Scripts\activate

# On macOS/Linux
python3 -m venv env
source env/bin/activate                 

2 Set up the database:

python manage.py migrate
  1. Create a superuser (admin) account:
python manage.py createsuperuser
  1. Run the development server:
python manage.py runserver                
  1. Access the application:
    Open your web browser and go to http://localhost:8000/ to access the project.

About


Languages

Language:Python 100.0%