https://github.com/itsmaheshkariya/django-restframewrk
https://github.com/itsmaheshkariya/django-restframewrk
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/itsmaheshkariya/django-restframewrk
- Owner: itsmaheshkariya
- Created: 2020-01-15T14:06:29.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-15T14:37:49.000Z (over 5 years ago)
- Last Synced: 2025-01-06T01:09:13.853Z (4 months ago)
- Language: Python
- Size: 13.7 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django REST API
### git clone directory
``` git clone https://github.com/django-restframewrk```
### change Directory
``` cd django-restframewrk ```
### activate virtualenv
``` source bin/activate ```
### install Django and Django Restframework
```pip install django``````pip install djangorestframework```
### Run server
```python manage.py runserver ```### Click Here
http://127.0.0.1:8000
http://127.0.0.1:8000/admin
### username: mahesh
### password: 619619key
### Demo