All Projects โ†’ Bhupesh-V โ†’ Tutorialdb

Bhupesh-V / Tutorialdb

Licence: mit
A search ๐Ÿ”Ž engine for programming/dev tutorials, See it in action ๐Ÿ‘‰

Programming Languages

python
139335 projects - #7 most used programming language

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
Alize
Visualize Your Github Profile
Stars: โœญ 148 (+59.14%)
Mutual labels:  api, django, webapp
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

tutorialdb

A search engine for programming/dev tutorials.

GitHub release GitHub license GitHub issues Codacy Badge All Contributors CodeFactor Maintainability

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 ๐Ÿ”ฎ

  1. Create virtual environment.

    Linux/MacOS

    virtualenv -p python3 venv && cd venv && source bin/activate
    

    Windows (PowerShell)

    py -m venv venv; .\venv\Scripts\activate;
    
  2. Clone the repository.

git clone https://github.com/Bhupesh-V/tutorialdb.git
  1. Install dependencies.
pip install -r requirements.txt
  1. Set-up virtual environment variables.

    1. Create a file named .env in the root directory & add the following contents.
    SECRET_KEY = 'my-secret-key'
    LOCAL_HOST = 'my-local-ip'
    
    1. For SECRET_KEY use Django Secret Key Generator or Djecrety.
    2. Adding LOCAL_HOST is optional.
  2. Migrate tables.

python manage.py migrate
  1. Run Tests.
python manage.py test
  1. 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].
OSZAR »