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
- Host: GitHub
- URL: https://github.com/rakibul-islam-raju/drf-authentication
- Owner: rakibul-islam-raju
- Created: 2021-01-04T12:18:22.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-01-14T12:56:38.000Z (over 4 years ago)
- Last Synced: 2025-01-12T21:30:36.811Z (5 months ago)
- Topics: django, django-rest-framework, python
- Language: Python
- Homepage:
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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