• Stars
    star
    123
  • Rank 290,145 (Top 6 %)
  • Language
    Python
  • License
    MIT License
  • Created over 5 years ago
  • Updated about 1 year ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

A search ๐Ÿ”Ž engine for programming/dev 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 resources 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!

More Repositories

1

30-seconds-of-cpp

30 Seconds of C++ (STL in C++). Read More about 30C++ here ๐Ÿ‘‰
C++
1,445
star
2

ugit

๐Ÿšจ๏ธ ugit helps undo git commands. Your damage control git buddy. Undo from 20+ git scenarios.
Shell
1,397
star
3

dotman

dotman is a simple, elegant & easy to use dotfiles manager ๐Ÿ––๐Ÿฝ
Shell
106
star
4

til

Personal Wiki of Interesting things I learn every day at the intersection of software, life & stuff a.k.a my second brain ๐Ÿง ๏ธ
Python
81
star
5

memer-action

A GitHub Action for Programmer Memes xD
Python
36
star
6

areyouok

A fast and easy to use URL health checker โ›‘๏ธ Keep your links healthy during tough times (Out of box support for GitHub Actions)
Go
33
star
7

defe

devfeed is a Tech feed Aggregator for Developers & Tech Enthusiasts
HTML
30
star
8

.Varshney

My config and dotfiles infrastructure โš’๏ธ
Shell
28
star
9

zoe

A barebones transactional in-memory key: value store with a REPL [For educational purposes]
Go
22
star
10

awesome-dev.to

[UNMAINTAINED] A collection of awesome blog series on DEV.to
Python
17
star
11

update-pr-reminder-action

A github action to automatically remind contributors to update their branch when there is a new commit in the base branch
Shell
9
star
12

Learn-Python-Packages

Jupyter notebooks of different python packages like opencv, numpy, PIL (Pillow) etc
Jupyter Notebook
8
star
13

todohub

[UNMAINTAINED] Create a to-do โœ… list from GitHub issues.
HTML
7
star
14

CoderBot

[UNMAINTAINED] A Telegram Bot for Beginners to learn Programming.
JavaScript
4
star
15

Bhupesh-V.github.io

My Internet Home โค๏ธ
SCSS
2
star
16

ratelimiter-demo

A Go app to demonstrate API Rate Limiting using Leaky Bucket Algorithm (WIP)
Go
2
star
17

Bhupesh-V

Its me Bhupesh Varshney, Also scroll down for memes :)
Python
1
star