Skip to content

MuditJ/Djeddit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A Reddit clone built with Django.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published