/Djeddit

A Reddit clone built with Django.

Primary LanguagePython

Djeddit

A minimal Reddit clone built with Django.

Running this project:

Clone the repository

Create a virtual environment using the command:

python3 -m venv env

Activate the virtual environment: source env/bin/activate

Install all dependencies: pip install -r requirements.txt

Run the development server using: python manage.py runserver

The application runs by default on port 8000. Look under app/urls.py for the different url endpoints.