Skip to content

Abhi904485/system_design

Repository files navigation

Integrated Educative.io Grokking the Object Oriented Design Interview course With Django

Python Version

3.8.3

Install Necessary Modules

pip install -r requirements.txt

How to Run

python manage.py runserver

For Postgres DB

 'default': {
        'ENGINE': 'django.db.backends.postgresql_psycopg2',
        'NAME': 'db_name',
        'USER': 'db_user',
        'PASSWORD': 'db_password',
        'HOST': 'db_host',
        'PORT': '3306',
    },

Populate your DB from all_data.json fixture

python manage.py loaddata all_data.json --format json -e contenttypes

Some Screenshots

Home

Pagination

Problem Content

Use case

Class

Java

Python

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published