Skip to content

Files

Latest commit

 Cannot retrieve latest commit at this time.

History

History
51 lines (31 loc) · 1.18 KB

README.md

File metadata and controls

51 lines (31 loc) · 1.18 KB

Boards

Discussion board web application made using Django

Python Version Django Version

Running the Project Locally

First, clone the repository to your local machine:

git clone https://github.com/namanvats/Boards.git

Install the requirements:

pip install -r requirements.txt

Setup the local configurations:

cp .env.example .env

Create the database:

python manage.py migrate

Finally, run the development server:

python manage.py runserver

The project will be available at 127.0.0.1:8000.

License

The source code is released under the MIT License.

Creative Commons License

The tutorials, documentations, comics are licensed under the Creative Commons Attribution-NonCommercial-ShareAlike 3.0 Unported License.