Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/devmahmud/django-rest-api
A Simple Demo of django rest frameworks Viewsets, Token, Authentication, Routers and Serializers, with One to One, One to Many and Many To Many Schema.
https://github.com/devmahmud/django-rest-api
django-rest-api django-rest-auth django-rest-framework python rest-api
Last synced: 3 days ago
JSON representation
A Simple Demo of django rest frameworks Viewsets, Token, Authentication, Routers and Serializers, with One to One, One to Many and Many To Many Schema.
- Host: GitHub
- URL: https://github.com/devmahmud/django-rest-api
- Owner: devmahmud
- Created: 2020-02-21T14:23:58.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-11-22T05:20:05.000Z (about 2 years ago)
- Last Synced: 2025-02-01T00:33:06.636Z (14 days ago)
- Topics: django-rest-api, django-rest-auth, django-rest-framework, python, rest-api
- Language: Python
- Size: 104 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Django Rest Api
A Simple Demo of django rest frameworks Viewsets, Token, Authentication, Routers and Serializers, with One to One, One to Many and Many To Many Schema.
# Requirements
```
open requirements.txt file to see requirementsTo install requirements type
pip install -r requirements.txt
```# Installing
```
open terminal and typehttps://github.com/devmahmud/Heart-Care-Django.git
```or simply download using the url below
```
https://github.com/devmahmud/Heart-Care-Django.git
```# To migrate the database open terminal in project directory and type
```
python manage.py makemigrations
python manage.py migrate
```# Creating Superuser
To create superuser open terminal and type
```
python manage.py createsuperuser
```# To run the program in local server use the following command
```
python manage.py runserver
```Then go to http://127.0.0.1:8000 in your browser
## Author
Mahmudul alam
Email: [email protected]========Thank You !!!=========