Giter VIP home page Giter VIP logo

tutorialdb's Introduction

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!

tutorialdb's People

Contributors

allcontributors[bot] avatar animesh-ghosh avatar bhupesh-v avatar codacy-badger avatar jgabrielgruber avatar liorbentov avatar obliviousparadigm avatar vikneswaran20 avatar viktorstrate avatar yegorov avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.