tutorialdb
v1.1.5
A search engine for programming/dev tutorials.
Create virtual environment.
Linux/MacOS
virtualenv -p python3 venv && cd venv && source bin/activateWindows (PowerShell)
py -m venv venv; .venvScriptsactivate;Clone the repository.
git clone https://github.com/Bhupesh-V/tutorialdb.gitpip install -r requirements.txtSet-up virtual environment variables.
.env in the root directory & add the following contents.SECRET_KEY = 'my-secret-key'
LOCAL_HOST = 'my-local-ip'
SECRET_KEY use Django Secret Key Generator or Djecrety.LOCAL_HOST is optional.Migrate tables.
python manage.py migratepython manage.py testpython manage.py runserverThis project is licensed under the MIT License. See the LICENSE.md file for details.
Please read the CONTRIBUTING file for the process of submitting pull requests to us.
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!