Bhupesh-V / Tutorialdb
Licence: mit
A search ๐ engine for programming/dev tutorials, See it in action ๐
Stars: โญ 93
Programming Languages
python
139335 projects - #7 most used programming language
Labels
Projects that are alternatives of or similar to Tutorialdb
Re Frisk
Take full control of re-frame app
Stars: โญ 396 (+325.81%)
Mutual labels: developer-tools, tools, devtools
Hawkpost
Generate links that users can use to submit messages encrypted with your public key.
Stars: โญ 843 (+806.45%)
Mutual labels: hacktoberfest, django, webapp
Awesome Django Rest Framework
๐ป๐Tools, processes and resources you need to create an awesome API with Django REST Framework
Stars: โญ 689 (+640.86%)
Mutual labels: api, django, django-rest-framework
Drf Autodocs
Ultimately automated DRF documentation rendering(UNMAINTAINED)
Stars: โญ 82 (-11.83%)
Mutual labels: api, django, django-rest-framework
Best Of Web Python
๐ A ranked list of awesome python libraries for web development. Updated weekly.
Stars: โญ 1,118 (+1102.15%)
Mutual labels: api, django, django-rest-framework
Django Api Domains
A pragmatic styleguide for Django API Projects
Stars: โญ 365 (+292.47%)
Mutual labels: api, django, django-rest-framework
Django rest example
Django/DRF rest application example.
Stars: โญ 17 (-81.72%)
Mutual labels: api, django, django-rest-framework
Rest Api
Learn how to build your own REST API with Python, Django, and the Django Rest Framework.
Stars: โญ 232 (+149.46%)
Mutual labels: api, django, django-rest-framework
Drf Nested Routers
Nested Routers for Django Rest Framework
Stars: โญ 1,098 (+1080.65%)
Mutual labels: hacktoberfest, django, django-rest-framework
Postgraduation
University management platform dedicated for post-graduation in computer science field using django rest framework.
Stars: โญ 35 (-62.37%)
Mutual labels: api, django, django-rest-framework
Fiddler Plus
่ชๅฎไน็Fiddler่งๅ๏ผๅค็ฏๅขๅๆขใ่งฃๅณ่ทจๅๅผๅใๅฟซ้่ฐ่ฏ็บฟไธไปฃ็ ๅฟ
ๅค|้ซๆ่ฐ่ฏๅๆๅฉๅจ
Stars: โญ 325 (+249.46%)
Mutual labels: developer-tools, tools, devtools
Wise Old Man
The Open Source Old School Runescape progress tracker.
Stars: โญ 68 (-26.88%)
Mutual labels: api, hacktoberfest, webapp
BootstraPHP
A Bootstrap wrapper for PHP
Stars: โญ 24 (-74.19%)
Mutual labels: devtools, webapp, developer-tools
Memento
Memento is a development-only tool that caches HTTP calls once they have been executed.
Stars: โญ 380 (+308.6%)
Mutual labels: api, hacktoberfest, devtools
Django Rest Framework Datatables
Seamless integration between Django REST framework and Datatables.
Stars: โญ 241 (+159.14%)
Mutual labels: api, django, django-rest-framework
Django Rest Framework Gis
Geographic add-ons for Django REST Framework. Maintained by the OpenWISP Project.
Stars: โญ 830 (+792.47%)
Mutual labels: hacktoberfest, django, django-rest-framework
Usaspending Api
Server application to serve U.S. federal spending data via a RESTful API
Stars: โญ 166 (+78.49%)
Mutual labels: api, django, django-rest-framework
Hoppscotch
๐ฝ Open source API development ecosystem https://hoppscotch.io
Stars: โญ 34,569 (+37070.97%)
Mutual labels: api, developer-tools, tools
Thinkdiff
My open source project links, programming and software development related code and tutorials are in this repo. Content types: Python, JavaScript, Dart | Django, React, Flutter, React-Native etc.
Stars: โญ 65 (-30.11%)
Mutual labels: django, django-rest-framework, tutorials
A search engine for programming/dev tutorials.
About the Project ๐
- tutorialdb is a small scale search engine for programming/dev tutorials, it is meant to help anyone who is getting started to learn a new technology.
- The sole purpose of tutorialdb is to help people get to resoures which might help them learn new things for e.g sometimes there are tutorials on personal blogs which do not get indexed by Google easily.
- All the content (tutorials) is owned by the respective authors/sites.
- tutorialdb maintains its own database saving the links to tutorials and some meta info.
Installation ๐ฎ
-
Create virtual environment.
Linux/MacOS
virtualenv -p python3 venv && cd venv && source bin/activate
Windows (PowerShell)
py -m venv venv; .\venv\Scripts\activate;
-
Clone the repository.
git clone https://github.com/Bhupesh-V/tutorialdb.git
- Install dependencies.
pip install -r requirements.txt
-
Set-up virtual environment variables.
- Create a file named
.env
in the root directory & add the following contents.
SECRET_KEY = 'my-secret-key' LOCAL_HOST = 'my-local-ip'
- For
SECRET_KEY
use Django Secret Key Generator or Djecrety. - Adding
LOCAL_HOST
is optional.
- Create a file named
-
Migrate tables.
python manage.py migrate
- Run Tests.
python manage.py test
- Run the development server.
python manage.py runserver
๐ License
This project is licensed under the MIT License. See the LICENSE.md file for details.
๐ Contributing
Please read the CONTRIBUTING file for the process of submitting pull requests to us.
โจ Contributors
Thanks goes to these wonderful people (emoji key):
MaDDogx ๐ป ๐ ๐ค ๐ ๐ |
Lior Shub ๐ป ๐ ๐จ |
Josรฉ Gabriel Gruber ๐ป |
Artem ๐ป |
Viktor Strate Klรธvedal ๐ป |
Chris Shyi ๐ป |
vikneswaran ๐ป |
Adarsh Shetty ๐ |
This project follows the all-contributors specification. Contributions of any kind welcome!
Note that the project description data, including the texts, logos, images, and/or trademarks,
for each open source project belongs to its rightful owner.
If you wish to add or remove any projects, please contact us at [email protected].