20 |

21 |
22 |

23 |
24 |
25 |
26 |
27 | # Installation Setup
28 | First, clone the repository to your local machine:
29 |
30 | ```bash
31 | git clone git@github.com:samir321-pixel/Django_Intershala.git
32 | ```
33 | # Install the requirements:
34 | ```bash
35 | pip install -r requirements.txt
36 | ```
37 |
38 | # run migrate
39 |
40 | ```bash
41 | python manage.py migrate
42 | ```
43 |
44 | # add gmail and password in settings.py
45 | ```
46 | EMAIL_HOST_USER = 'yourgmailid.com'
47 | EMAIL_HOST_PASSWORD = 'yourgmailpassword'
48 | ```
49 |
50 | # create superuser
51 |
52 | ```bash
53 | python manage.py createsuperuser
54 | ```
55 |
56 | # Done!
57 |
58 | Finally, run the development server:
59 |
60 | ```bash
61 | python manage.py runserver
62 | ```
63 | The project will be available at http://127.0.0.1:8000/
64 |
65 |
66 |
67 | ## 🌏 Browser Support
68 |
69 | |

Chrome |

Internet Explorer |

Edge |

Safari |

Firefox |
70 | | :---------: | :---------: | :---------: | :---------: | :---------: |
71 | | Yes | 10+ | Yes | Yes | Yes |
72 |
73 | ## Contributors ✨
74 |
75 | Thanks goes to these wonderful peoples.
76 |
81 |
82 | ## 🏆 Project Admin 🏆
83 | [](https://github.com/samir321-pixel)
84 |
85 | > **_Need help?_**
86 | > **_Feel free to contact me @ [saitwalsamir@gmail.com](mailto:saitwalsamir@gmail.com?Subject=Library_Project)_**
87 |
88 | ## Like This?? Star ⭐ this Repo.
89 |
90 | ## 👮 **_For Full Version contact me @ [saitwalsamir@gmail.com](mailto:saitwalsamir@gmail.com?Subject=Library_Project)_** 👮
91 |
92 | > Made By Samir Saitwal with ❤️
93 |
94 | > Samir Saitwal © 2021
95 |
96 | [](https://github.com/samir321-pixel)
97 | [](https://github.com/samir321-pixel)
98 |
99 |
100 |
101 |
102 | ***
103 | ## 📘 Useful Resources 📘
104 | - [Django Docs](https://docs.djangoproject.com/en/3.0/)
105 | - [Django Rest Framework Docs](https://www.django-rest-framework.org/)
106 | - [Git and GitHub](https://www.digitalocean.com/community/tutorials/how-to-use-git-a-reference-guide)
107 |
108 | ## Tools
109 |
110 |

111 |

112 |

113 |

114 |
115 |
--------------------------------------------------------------------------------