First, clone the repository to your local machine:
git clone https://github.com/namanvats/Boards.gitInstall the requirements:
pip install -r requirements.txtSetup the local configurations:
cp .env.example .envCreate the database:
python manage.py migrateFinally, run the development server:
python manage.py runserverThe project will be available at 127.0.0.1:8000.
The source code is released under the MIT License.
The tutorials, documentations, comics are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.
