An open API service indexing awesome lists of open source software.

https://github.com/rakibul-islam-raju/drf-authentication


https://github.com/rakibul-islam-raju/drf-authentication

django django-rest-framework python

Last synced: 3 months ago
JSON representation

Awesome Lists containing this project

README

        

# Django Rest Authentication

## Installation steps

1. Ensure you have python3 installed

2. Clone the repository
3. create a virtual environment using `virtualenv venv`
4. Activate the virtual environment by running `source venv/bin/activate`
- On Windows use `source venv\Scripts\activate`
5. Install the dependencies using `pip install -r requirements.txt`
6. Migrate existing db tables by running `python manage.py makemigrations` & `python manage.py migrate`
7. Run the django development server using `python manage.py runserver`

## API endpoints
- SwaggerDocs: http://127.0.0.1:8000
- Redoc: http://127.0.0.1:8000/redoc