tutorialdb
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/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!