Skip to content

sudipthon/weshare_backend

Repository files navigation

WeShare

Reduce & Reuse

The platform where individuals/organizations can exchange and give away goods, helping the cause of reducing and reusing.

Tech Stack

  • Backend: Django REST Framework (DRF), PostgreSQL, Redis cache, WebSocket (django-channels)
  • Frontend: React

To Get Started

  1. Install the required packages:

    pip install -r requirements.txt
  2. Set the environment variable:

    • Windows:

      setx DJANGO_SETTINGS_MODULE "WeShare.local_settings"
    • Linux:

      export DJANGO_SETTINGS_MODULE="WeShare.local_settings"
  3. Run the development server:

    python manage.py runserver