Tutorialdb
A search ๐ engine for programming/dev tutorials,
Install / Use
/learn @Bhupesh-V/TutorialdbREADME
tutorialdb <img src="https://raw.githubusercontent.com/Bhupesh-V/tutorialdb/master/app/static/app/TDB.png" height="20px">
<p align="center"> <img src="https://raw.githubusercontent.com/Bhupesh-V/tutorialdb/master/app/static/app/tutorialdb.png"> </p>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 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 ๐ฎ
-
Create virtual environment.
Linux/MacOS
virtualenv -p python3 venv && cd venv && source bin/activateWindows (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
.envin the root directory & add the following contents.
SECRET_KEY = 'my-secret-key' LOCAL_HOST = 'my-local-ip'- For
SECRET_KEYuse Django Secret Key Generator or Djecrety. - Adding
LOCAL_HOSTis 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):
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section --> <!-- prettier-ignore-start --> <!-- markdownlint-disable --> <table> <tr> <td align="center"><a href="https://github.com/Animesh-Ghosh"><img src="https://avatars3.githubusercontent.com/u/34956994?v=4" width="100px;" alt=""/><br /><sub><b>MaDDogx</b></sub></a><br /><a href="https://github.com/Bhupesh-V/tutorialdb/commits?author=Animesh-Ghosh" title="Code">๐ป</a> <a href="https://github.com/Bhupesh-V/tutorialdb/issues?q=author%3AAnimesh-Ghosh" title="Bug reports">๐</a> <a href="#ideas-Animesh-Ghosh" title="Ideas, Planning, & Feedback">๐ค</a> <a href="https://github.com/Bhupesh-V/tutorialdb/pulls?q=is%3Apr+reviewed-by%3AAnimesh-Ghosh" title="Reviewed Pull Requests">๐</a> <a href="#userTesting-Animesh-Ghosh" title="User Testing">๐</a></td> <td align="center"><a href="https://github.com/liorbentov"><img src="https://avatars3.githubusercontent.com/u/8587019?v=4" width="100px;" alt=""/><br /><sub><b>Lior Shub</b></sub></a><br /><a href="https://github.com/Bhupesh-V/tutorialdb/commits?author=liorbentov" title="Code">๐ป</a> <a href="https://github.com/Bhupesh-V/tutorialdb/issues?q=author%3Aliorbentov" title="Bug reports">๐</a> <a href="#design-liorbentov" title="Design">๐จ</a></td> <td align="center"><a href="https://www.crowbar.com.br"><img src="https://avatars0.githubusercontent.com/u/22822110?v=4" width="100px;" alt=""/><br /><sub><b>Josรฉ Gabriel Gruber</b></sub></a><br /><a href="https://github.com/Bhupesh-V/tutorialdb/commits?author=JGabrielGruber" title="Code">๐ป</a></td> <td align="center"><a href="https://github.com/Yegorov"><img src="https://avatars1.githubusercontent.com/u/2566462?v=4" width="100px;" alt=""/><br /><sub><b>Artem</b></sub></a><br /><a href="https://github.com/Bhupesh-V/tutorialdb/commits?author=Yegorov" title="Code">๐ป</a></td> <td align="center"><a href="https://svendborg-webdesign.dk/en"><img src="https://avatars3.githubusercontent.com/u/4233458?v=4" width="100px;" alt=""/><br /><sub><b>Viktor Strate Klรธvedal</b></sub></a><br /><a href="https://github.com/Bhupesh-V/tutorialdb/commits?author=viktorstrate" title="Code">๐ป</a></td> <td align="center"><a href="https://github.com/chrisshyi"><img src="https://avatars1.githubusercontent.com/u/24416618?v=4" width="100px;" alt=""/><br /><sub><b>Chris Shyi</b></sub></a><br /><a href="https://github.com/Bhupesh-V/tutorialdb/commits?author=chrisshyi" title="Code">๐ป</a></td> <td align="center"><a href="https://github.com/vikneswaran20"><img src="https://avatars1.githubusercontent.com/u/8945535?v=4" width="100px;" alt=""/><br /><sub><b>vikneswaran</b></sub></a><br /><a href="https://github.com/Bhupesh-V/tutorialdb/commits?author=vikneswaran20" title="Code">๐ป</a></td> </tr> <tr> <td align="center"><a href="https://github.com/ObliviousParadigm"><img src="https://avatars0.githubusercontent.com/u/47667852?v=4" width="100px;" alt=""/><br /><sub><b>Adarsh Shetty</b></sub></a><br /><a href="https://github.com/Bhupesh-V/tutorialdb/commits?author=ObliviousParadigm" title="Documentation">๐</a></td> </tr> </table> <!-- markdownlint-enable --> <!-- prettier-ignore-end --> <!-- ALL-CONTRIBUTORS-LIST:END -->This project follows the all-contributors specification. Contributions of any kind welcome!
Related Skills
gh-issues
343.1kFetch GitHub issues, spawn sub-agents to implement fixes and open PRs, then monitor and address PR review comments. Usage: /gh-issues [owner/repo] [--label bug] [--limit 5] [--milestone v1.0] [--assignee @me] [--fork user/repo] [--watch] [--interval 5] [--reviews-only] [--cron] [--dry-run] [--model glm-5] [--notify-channel -1002381931352]
node-connect
343.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
oracle
343.1kBest practices for using the oracle CLI (prompt + file bundling, engines, sessions, and file attachment patterns).
tmux
343.1kRemote-control tmux sessions for interactive CLIs by sending keystrokes and scraping pane output.
